public class OutputTextType extends Object
Java class for OutputTextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputTextType">
<simpleContent>
<extension base="<>TextString">
<attribute name="CharacterSet" type="{}CharacterSetType" />
<attribute name="Font" type="{}FontType" />
<attribute name="StartRow" type="{}StartRowType" />
<attribute name="StartColumn" type="{}StartColumnType" />
<attribute name="Color" type="{}ColorTypeCode" />
<attribute name="CharacterWidth" type="{}CharacterWidthTypeCode" />
<attribute name="CharacterHeight" type="{}CharacterHeightTypeCode" />
<attribute name="CharacterStyle" type="{}CharacterStyleTypeCode" />
<attribute name="Alignment" type="{}AlignmentTypeCode" />
<attribute name="EndOfLineFlag" type="{}EndOfLineFlagType" default="true" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alignment |
protected String |
characterHeight |
protected Integer |
characterSet |
protected String |
characterStyle |
protected String |
characterWidth |
protected String |
color |
protected Boolean |
endOfLineFlag |
protected String |
font |
protected Integer |
startColumn |
protected Integer |
startRow |
protected String |
value |
| Constructor and Description |
|---|
OutputTextType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlignment()
Gets the value of the alignment property.
|
String |
getCharacterHeight()
Gets the value of the characterHeight property.
|
Integer |
getCharacterSet()
Gets the value of the characterSet property.
|
String |
getCharacterStyle()
Gets the value of the characterStyle property.
|
String |
getCharacterWidth()
Gets the value of the characterWidth property.
|
String |
getColor()
Gets the value of the color property.
|
String |
getFont()
Gets the value of the font property.
|
Integer |
getStartColumn()
Gets the value of the startColumn property.
|
Integer |
getStartRow()
Gets the value of the startRow property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isEndOfLineFlag()
Gets the value of the endOfLineFlag property.
|
void |
setAlignment(String value)
Sets the value of the alignment property.
|
void |
setCharacterHeight(String value)
Sets the value of the characterHeight property.
|
void |
setCharacterSet(Integer value)
Sets the value of the characterSet property.
|
void |
setCharacterStyle(String value)
Sets the value of the characterStyle property.
|
void |
setCharacterWidth(String value)
Sets the value of the characterWidth property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setEndOfLineFlag(Boolean value)
Sets the value of the endOfLineFlag property.
|
void |
setFont(String value)
Sets the value of the font property.
|
void |
setStartColumn(Integer value)
Sets the value of the startColumn property.
|
void |
setStartRow(Integer value)
Sets the value of the startRow property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Integer characterSet
protected String font
protected Integer startRow
protected Integer startColumn
protected String color
protected String characterWidth
protected String characterHeight
protected String characterStyle
protected String alignment
protected Boolean endOfLineFlag
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getCharacterSet()
Integerpublic void setCharacterSet(Integer value)
value - allowed object is
Integerpublic String getFont()
Stringpublic void setFont(String value)
value - allowed object is
Stringpublic Integer getStartRow()
Integerpublic void setStartRow(Integer value)
value - allowed object is
Integerpublic Integer getStartColumn()
Integerpublic void setStartColumn(Integer value)
value - allowed object is
Integerpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic String getCharacterWidth()
Stringpublic void setCharacterWidth(String value)
value - allowed object is
Stringpublic String getCharacterHeight()
Stringpublic void setCharacterHeight(String value)
value - allowed object is
Stringpublic String getCharacterStyle()
Stringpublic void setCharacterStyle(String value)
value - allowed object is
Stringpublic String getAlignment()
Stringpublic void setAlignment(String value)
value - allowed object is
Stringpublic boolean isEndOfLineFlag()
BooleanCopyright © 2018. All rights reserved.