public class OutputText extends Object
Java class for OutputText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputText">
<simpleContent>
<extension base="TextString">
<attribute name="CharacterSet" type="{}CharacterSet" />
<attribute name="Font" type="{}Font" />
<attribute name="StartRow" type="{}StartRow" />
<attribute name="StartColumn" type="{}StartColumn" />
<attribute name="Color" type="{}ColorType" />
<attribute name="CharacterWidth" type="{}CharacterWidthType" />
<attribute name="CharacterHeight" type="{}CharacterHeightType" />
<attribute name="CharacterStyle" type="{}CharacterStyleType" />
<attribute name="Alignment" type="{}AlignmentType" />
<attribute name="EndOfLineFlag" type="{}EndOfLineFlag" default="true" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlignmentType |
alignment
The Alignment.
|
protected CharacterHeightType |
characterHeight
The Character height.
|
protected Integer |
characterSet
The Character set.
|
protected CharacterStyleType |
characterStyle
The Character style.
|
protected CharacterWidthType |
characterWidth
The Character width.
|
protected ColorType |
color
The Color.
|
protected Boolean |
endOfLineFlag
The End of line flag.
|
protected String |
font
The Font.
|
protected Integer |
startColumn
The Start column.
|
protected Integer |
startRow
The Start row.
|
protected String |
text
The Text.
|
| Constructor and Description |
|---|
OutputText() |
| Modifier and Type | Method and Description |
|---|---|
AlignmentType |
getAlignment()
Gets the value of the alignment property.
|
CharacterHeightType |
getCharacterHeight()
Gets the value of the characterHeight property.
|
Integer |
getCharacterSet()
Gets the value of the characterSet property.
|
CharacterStyleType |
getCharacterStyle()
Gets the value of the characterStyle property.
|
CharacterWidthType |
getCharacterWidth()
Gets the value of the characterWidth property.
|
ColorType |
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 |
getText()
Gets the value of the text property.
|
boolean |
isEndOfLineFlag()
Gets the value of the endOfLineFlag property.
|
void |
setAlignment(AlignmentType value)
Sets the value of the alignment property.
|
void |
setCharacterHeight(CharacterHeightType value)
Sets the value of the characterHeight property.
|
void |
setCharacterSet(Integer value)
Sets the value of the characterSet property.
|
void |
setCharacterStyle(CharacterStyleType value)
Sets the value of the characterStyle property.
|
void |
setCharacterWidth(CharacterWidthType value)
Sets the value of the characterWidth property.
|
void |
setColor(ColorType 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 |
setText(String text)
Sets the value of the text property.
|
protected String text
protected Integer characterSet
protected String font
protected Integer startRow
protected Integer startColumn
protected ColorType color
protected CharacterWidthType characterWidth
protected CharacterHeightType characterHeight
protected CharacterStyleType characterStyle
protected AlignmentType alignment
protected Boolean endOfLineFlag
public String getText()
Stringpublic void setText(String text)
text - 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 ColorType getColor()
ColorTypepublic void setColor(ColorType value)
value - allowed object is ColorTypepublic CharacterWidthType getCharacterWidth()
CharacterWidthTypepublic void setCharacterWidth(CharacterWidthType value)
value - allowed object is CharacterWidthTypepublic CharacterHeightType getCharacterHeight()
CharacterHeightTypepublic void setCharacterHeight(CharacterHeightType value)
value - allowed object is CharacterHeightTypepublic CharacterStyleType getCharacterStyle()
CharacterStyleTypepublic void setCharacterStyle(CharacterStyleType value)
value - allowed object is CharacterStyleTypepublic AlignmentType getAlignment()
AlignmentTypepublic void setAlignment(AlignmentType value)
value - allowed object is AlignmentTypepublic boolean isEndOfLineFlag()
BooleanCopyright © 2019. All rights reserved.