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">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Text" use="required" type="{}Text" />
<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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlignmentType |
alignment |
protected CharacterHeightType |
characterHeight |
protected Integer |
characterSet |
protected CharacterStyleType |
characterStyle |
protected CharacterWidthType |
characterWidth |
protected ColorType |
color |
protected Boolean |
endOfLineFlag |
protected String |
font |
protected Integer |
startColumn |
protected Integer |
startRow |
protected String |
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 value)
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 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 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 © 2022. All rights reserved.