Class CTTextPr

java.lang.Object
org.xlsx4j.sml.CTTextPr
All Implemented Interfaces:
Child

public class CTTextPr extends Object implements Child

Java class for CT_TextPr complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TextPr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="textFields" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_TextFields" minOccurs="0"/>
       </sequence>
       <attribute name="prompt" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="fileType" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_FileType" default="win" />
       <attribute name="codePage" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1252" />
       <attribute name="characterSet" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="firstRow" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
       <attribute name="sourceFile" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" default="" />
       <attribute name="delimited" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="decimal" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" default="." />
       <attribute name="thousands" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" default="," />
       <attribute name="tab" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="space" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="comma" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="semicolon" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="consecutive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="qualifier" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Qualifier" default="doubleQuote" />
       <attribute name="delimiter" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • textFields

      protected CTTextFields textFields
    • prompt

      protected Boolean prompt
    • fileType

      protected STFileType fileType
    • codePage

      protected Long codePage
    • characterSet

      protected String characterSet
    • firstRow

      protected Long firstRow
    • sourceFile

      protected String sourceFile
    • delimited

      protected Boolean delimited
    • decimal

      protected String decimal
    • thousands

      protected String thousands
    • tab

      protected Boolean tab
    • space

      protected Boolean space
    • comma

      protected Boolean comma
    • semicolon

      protected Boolean semicolon
    • consecutive

      protected Boolean consecutive
    • qualifier

      protected STQualifier qualifier
    • delimiter

      protected String delimiter
  • Constructor Details

    • CTTextPr

      public CTTextPr()
  • Method Details

    • getTextFields

      public CTTextFields getTextFields()
      Gets the value of the textFields property.
      Returns:
      possible object is CTTextFields
    • setTextFields

      public void setTextFields(CTTextFields value)
      Sets the value of the textFields property.
      Parameters:
      value - allowed object is CTTextFields
    • isPrompt

      public boolean isPrompt()
      Gets the value of the prompt property.
      Returns:
      possible object is Boolean
    • setPrompt

      public void setPrompt(Boolean value)
      Sets the value of the prompt property.
      Parameters:
      value - allowed object is Boolean
    • getFileType

      public STFileType getFileType()
      Gets the value of the fileType property.
      Returns:
      possible object is STFileType
    • setFileType

      public void setFileType(STFileType value)
      Sets the value of the fileType property.
      Parameters:
      value - allowed object is STFileType
    • getCodePage

      public long getCodePage()
      Gets the value of the codePage property.
      Returns:
      possible object is Long
    • setCodePage

      public void setCodePage(Long value)
      Sets the value of the codePage property.
      Parameters:
      value - allowed object is Long
    • getCharacterSet

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

      public void setCharacterSet(String value)
      Sets the value of the characterSet property.
      Parameters:
      value - allowed object is String
    • getFirstRow

      public long getFirstRow()
      Gets the value of the firstRow property.
      Returns:
      possible object is Long
    • setFirstRow

      public void setFirstRow(Long value)
      Sets the value of the firstRow property.
      Parameters:
      value - allowed object is Long
    • getSourceFile

      public String getSourceFile()
      Gets the value of the sourceFile property.
      Returns:
      possible object is String
    • setSourceFile

      public void setSourceFile(String value)
      Sets the value of the sourceFile property.
      Parameters:
      value - allowed object is String
    • isDelimited

      public boolean isDelimited()
      Gets the value of the delimited property.
      Returns:
      possible object is Boolean
    • setDelimited

      public void setDelimited(Boolean value)
      Sets the value of the delimited property.
      Parameters:
      value - allowed object is Boolean
    • getDecimal

      public String getDecimal()
      Gets the value of the decimal property.
      Returns:
      possible object is String
    • setDecimal

      public void setDecimal(String value)
      Sets the value of the decimal property.
      Parameters:
      value - allowed object is String
    • getThousands

      public String getThousands()
      Gets the value of the thousands property.
      Returns:
      possible object is String
    • setThousands

      public void setThousands(String value)
      Sets the value of the thousands property.
      Parameters:
      value - allowed object is String
    • isTab

      public boolean isTab()
      Gets the value of the tab property.
      Returns:
      possible object is Boolean
    • setTab

      public void setTab(Boolean value)
      Sets the value of the tab property.
      Parameters:
      value - allowed object is Boolean
    • isSpace

      public boolean isSpace()
      Gets the value of the space property.
      Returns:
      possible object is Boolean
    • setSpace

      public void setSpace(Boolean value)
      Sets the value of the space property.
      Parameters:
      value - allowed object is Boolean
    • isComma

      public boolean isComma()
      Gets the value of the comma property.
      Returns:
      possible object is Boolean
    • setComma

      public void setComma(Boolean value)
      Sets the value of the comma property.
      Parameters:
      value - allowed object is Boolean
    • isSemicolon

      public boolean isSemicolon()
      Gets the value of the semicolon property.
      Returns:
      possible object is Boolean
    • setSemicolon

      public void setSemicolon(Boolean value)
      Sets the value of the semicolon property.
      Parameters:
      value - allowed object is Boolean
    • isConsecutive

      public boolean isConsecutive()
      Gets the value of the consecutive property.
      Returns:
      possible object is Boolean
    • setConsecutive

      public void setConsecutive(Boolean value)
      Sets the value of the consecutive property.
      Parameters:
      value - allowed object is Boolean
    • getQualifier

      public STQualifier getQualifier()
      Gets the value of the qualifier property.
      Returns:
      possible object is STQualifier
    • setQualifier

      public void setQualifier(STQualifier value)
      Sets the value of the qualifier property.
      Parameters:
      value - allowed object is STQualifier
    • getDelimiter

      public String getDelimiter()
      Gets the value of the delimiter property.
      Returns:
      possible object is String
    • setDelimiter

      public void setDelimiter(String value)
      Sets the value of the delimiter property.
      Parameters:
      value - allowed object is String
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.