Class OutputText


  • public class OutputText
    extends Object
    Definition: Content of text message to display or print. -- Usage: It conveys Information related to the content of the text message and its format. All the data elements related to the format of the text to display or print are parameters valid for the whole Text content.

    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>
     
    • Constructor Detail

      • OutputText

        public OutputText()
    • Method Detail

      • getText

        public String getText()
        Gets the value of the text property.
        Returns:
        possible object is String
      • setText

        public void setText​(String value)
        Sets the value of the text property.
        Parameters:
        value - allowed object is String
      • getCharacterSet

        public Integer getCharacterSet()
        Gets the value of the characterSet property.
        Returns:
        possible object is Integer
      • setCharacterSet

        public void setCharacterSet​(Integer value)
        Sets the value of the characterSet property.
        Parameters:
        value - allowed object is Integer
      • getFont

        public String getFont()
        Gets the value of the font property.
        Returns:
        possible object is String
      • setFont

        public void setFont​(String value)
        Sets the value of the font property.
        Parameters:
        value - allowed object is String
      • getStartRow

        public Integer getStartRow()
        Gets the value of the startRow property.
        Returns:
        possible object is Integer
      • setStartRow

        public void setStartRow​(Integer value)
        Sets the value of the startRow property.
        Parameters:
        value - allowed object is Integer
      • getStartColumn

        public Integer getStartColumn()
        Gets the value of the startColumn property.
        Returns:
        possible object is Integer
      • setStartColumn

        public void setStartColumn​(Integer value)
        Sets the value of the startColumn property.
        Parameters:
        value - allowed object is Integer
      • getColor

        public ColorType getColor()
        Gets the value of the color property.
        Returns:
        possible object is ColorType
      • setColor

        public void setColor​(ColorType value)
        Sets the value of the color property.
        Parameters:
        value - allowed object is ColorType
      • setCharacterWidth

        public void setCharacterWidth​(CharacterWidthType value)
        Sets the value of the characterWidth property.
        Parameters:
        value - allowed object is CharacterWidthType
      • setCharacterHeight

        public void setCharacterHeight​(CharacterHeightType value)
        Sets the value of the characterHeight property.
        Parameters:
        value - allowed object is CharacterHeightType
      • setCharacterStyle

        public void setCharacterStyle​(CharacterStyleType value)
        Sets the value of the characterStyle property.
        Parameters:
        value - allowed object is CharacterStyleType
      • getAlignment

        public AlignmentType getAlignment()
        Gets the value of the alignment property.
        Returns:
        possible object is AlignmentType
      • setAlignment

        public void setAlignment​(AlignmentType value)
        Sets the value of the alignment property.
        Parameters:
        value - allowed object is AlignmentType
      • isEndOfLineFlag

        public boolean isEndOfLineFlag()
        Gets the value of the endOfLineFlag property.
        Returns:
        possible object is Boolean
      • setEndOfLineFlag

        public void setEndOfLineFlag​(Boolean value)
        Sets the value of the endOfLineFlag property.
        Parameters:
        value - allowed object is Boolean