Package org.xlsx4j.sml
Class CTTextPr
java.lang.Object
org.xlsx4j.sml.CTTextPr
- All Implemented Interfaces:
Child
public class CTTextPr extends java.lang.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 Summary
Fields Modifier and Type Field Description protected java.lang.StringcharacterSetprotected java.lang.LongcodePageprotected java.lang.Booleancommaprotected java.lang.Booleanconsecutiveprotected java.lang.Stringdecimalprotected java.lang.Booleandelimitedprotected java.lang.Stringdelimiterprotected STFileTypefileTypeprotected java.lang.LongfirstRowprotected java.lang.Booleanpromptprotected STQualifierqualifierprotected java.lang.Booleansemicolonprotected java.lang.StringsourceFileprotected java.lang.Booleanspaceprotected java.lang.Booleantabprotected CTTextFieldstextFieldsprotected java.lang.Stringthousands -
Constructor Summary
Constructors Constructor Description CTTextPr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetCharacterSet()Gets the value of the characterSet property.longgetCodePage()Gets the value of the codePage property.java.lang.StringgetDecimal()Gets the value of the decimal property.java.lang.StringgetDelimiter()Gets the value of the delimiter property.STFileTypegetFileType()Gets the value of the fileType property.longgetFirstRow()Gets the value of the firstRow property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STQualifiergetQualifier()Gets the value of the qualifier property.java.lang.StringgetSourceFile()Gets the value of the sourceFile property.CTTextFieldsgetTextFields()Gets the value of the textFields property.java.lang.StringgetThousands()Gets the value of the thousands property.booleanisComma()Gets the value of the comma property.booleanisConsecutive()Gets the value of the consecutive property.booleanisDelimited()Gets the value of the delimited property.booleanisPrompt()Gets the value of the prompt property.booleanisSemicolon()Gets the value of the semicolon property.booleanisSpace()Gets the value of the space property.booleanisTab()Gets the value of the tab property.voidsetCharacterSet(java.lang.String value)Sets the value of the characterSet property.voidsetCodePage(java.lang.Long value)Sets the value of the codePage property.voidsetComma(java.lang.Boolean value)Sets the value of the comma property.voidsetConsecutive(java.lang.Boolean value)Sets the value of the consecutive property.voidsetDecimal(java.lang.String value)Sets the value of the decimal property.voidsetDelimited(java.lang.Boolean value)Sets the value of the delimited property.voidsetDelimiter(java.lang.String value)Sets the value of the delimiter property.voidsetFileType(STFileType value)Sets the value of the fileType property.voidsetFirstRow(java.lang.Long value)Sets the value of the firstRow property.voidsetParent(java.lang.Object parent)voidsetPrompt(java.lang.Boolean value)Sets the value of the prompt property.voidsetQualifier(STQualifier value)Sets the value of the qualifier property.voidsetSemicolon(java.lang.Boolean value)Sets the value of the semicolon property.voidsetSourceFile(java.lang.String value)Sets the value of the sourceFile property.voidsetSpace(java.lang.Boolean value)Sets the value of the space property.voidsetTab(java.lang.Boolean value)Sets the value of the tab property.voidsetTextFields(CTTextFields value)Sets the value of the textFields property.voidsetThousands(java.lang.String value)Sets the value of the thousands property.
-
Field Details
-
textFields
-
prompt
protected java.lang.Boolean prompt -
fileType
-
codePage
protected java.lang.Long codePage -
characterSet
protected java.lang.String characterSet -
firstRow
protected java.lang.Long firstRow -
sourceFile
protected java.lang.String sourceFile -
delimited
protected java.lang.Boolean delimited -
decimal
protected java.lang.String decimal -
thousands
protected java.lang.String thousands -
tab
protected java.lang.Boolean tab -
space
protected java.lang.Boolean space -
comma
protected java.lang.Boolean comma -
semicolon
protected java.lang.Boolean semicolon -
consecutive
protected java.lang.Boolean consecutive -
qualifier
-
delimiter
protected java.lang.String delimiter
-
-
Constructor Details
-
CTTextPr
public CTTextPr()
-
-
Method Details
-
getTextFields
Gets the value of the textFields property.- Returns:
- possible object is
CTTextFields
-
setTextFields
Sets the value of the textFields property.- Parameters:
value- allowed object isCTTextFields
-
isPrompt
public boolean isPrompt()Gets the value of the prompt property.- Returns:
- possible object is
Boolean
-
setPrompt
public void setPrompt(java.lang.Boolean value)Sets the value of the prompt property.- Parameters:
value- allowed object isBoolean
-
getFileType
Gets the value of the fileType property.- Returns:
- possible object is
STFileType
-
setFileType
Sets the value of the fileType property.- Parameters:
value- allowed object isSTFileType
-
getCodePage
public long getCodePage()Gets the value of the codePage property.- Returns:
- possible object is
Long
-
setCodePage
public void setCodePage(java.lang.Long value)Sets the value of the codePage property.- Parameters:
value- allowed object isLong
-
getCharacterSet
public java.lang.String getCharacterSet()Gets the value of the characterSet property.- Returns:
- possible object is
String
-
setCharacterSet
public void setCharacterSet(java.lang.String value)Sets the value of the characterSet property.- Parameters:
value- allowed object isString
-
getFirstRow
public long getFirstRow()Gets the value of the firstRow property.- Returns:
- possible object is
Long
-
setFirstRow
public void setFirstRow(java.lang.Long value)Sets the value of the firstRow property.- Parameters:
value- allowed object isLong
-
getSourceFile
public java.lang.String getSourceFile()Gets the value of the sourceFile property.- Returns:
- possible object is
String
-
setSourceFile
public void setSourceFile(java.lang.String value)Sets the value of the sourceFile property.- Parameters:
value- allowed object isString
-
isDelimited
public boolean isDelimited()Gets the value of the delimited property.- Returns:
- possible object is
Boolean
-
setDelimited
public void setDelimited(java.lang.Boolean value)Sets the value of the delimited property.- Parameters:
value- allowed object isBoolean
-
getDecimal
public java.lang.String getDecimal()Gets the value of the decimal property.- Returns:
- possible object is
String
-
setDecimal
public void setDecimal(java.lang.String value)Sets the value of the decimal property.- Parameters:
value- allowed object isString
-
getThousands
public java.lang.String getThousands()Gets the value of the thousands property.- Returns:
- possible object is
String
-
setThousands
public void setThousands(java.lang.String value)Sets the value of the thousands property.- Parameters:
value- allowed object isString
-
isTab
public boolean isTab()Gets the value of the tab property.- Returns:
- possible object is
Boolean
-
setTab
public void setTab(java.lang.Boolean value)Sets the value of the tab property.- Parameters:
value- allowed object isBoolean
-
isSpace
public boolean isSpace()Gets the value of the space property.- Returns:
- possible object is
Boolean
-
setSpace
public void setSpace(java.lang.Boolean value)Sets the value of the space property.- Parameters:
value- allowed object isBoolean
-
isComma
public boolean isComma()Gets the value of the comma property.- Returns:
- possible object is
Boolean
-
setComma
public void setComma(java.lang.Boolean value)Sets the value of the comma property.- Parameters:
value- allowed object isBoolean
-
isSemicolon
public boolean isSemicolon()Gets the value of the semicolon property.- Returns:
- possible object is
Boolean
-
setSemicolon
public void setSemicolon(java.lang.Boolean value)Sets the value of the semicolon property.- Parameters:
value- allowed object isBoolean
-
isConsecutive
public boolean isConsecutive()Gets the value of the consecutive property.- Returns:
- possible object is
Boolean
-
setConsecutive
public void setConsecutive(java.lang.Boolean value)Sets the value of the consecutive property.- Parameters:
value- allowed object isBoolean
-
getQualifier
Gets the value of the qualifier property.- Returns:
- possible object is
STQualifier
-
setQualifier
Sets the value of the qualifier property.- Parameters:
value- allowed object isSTQualifier
-
getDelimiter
public java.lang.String getDelimiter()Gets the value of the delimiter property.- Returns:
- possible object is
String
-
setDelimiter
public void setDelimiter(java.lang.String value)Sets the value of the delimiter property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.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.
-