Package org.xlsx4j.sml
Class CTTextPr
java.lang.Object
org.xlsx4j.sml.CTTextPr
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Longprotected Booleanprotected Booleanprotected Stringprotected Booleanprotected Stringprotected STFileTypeprotected Longprotected Booleanprotected STQualifierprotected Booleanprotected Stringprotected Booleanprotected Booleanprotected CTTextFieldsprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the characterSet property.longGets the value of the codePage property.Gets the value of the decimal property.Gets the value of the delimiter property.Gets the value of the fileType property.longGets the value of the firstRow property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the qualifier property.Gets the value of the sourceFile property.Gets the value of the textFields property.Gets the value of the thousands property.booleanisComma()Gets the value of the comma property.booleanGets the value of the consecutive property.booleanGets the value of the delimited property.booleanisPrompt()Gets the value of the prompt property.booleanGets the value of the semicolon property.booleanisSpace()Gets the value of the space property.booleanisTab()Gets the value of the tab property.voidsetCharacterSet(String value) Sets the value of the characterSet property.voidsetCodePage(Long value) Sets the value of the codePage property.voidSets the value of the comma property.voidsetConsecutive(Boolean value) Sets the value of the consecutive property.voidsetDecimal(String value) Sets the value of the decimal property.voidsetDelimited(Boolean value) Sets the value of the delimited property.voidsetDelimiter(String value) Sets the value of the delimiter property.voidsetFileType(STFileType value) Sets the value of the fileType property.voidsetFirstRow(Long value) Sets the value of the firstRow property.voidvoidSets the value of the prompt property.voidsetQualifier(STQualifier value) Sets the value of the qualifier property.voidsetSemicolon(Boolean value) Sets the value of the semicolon property.voidsetSourceFile(String value) Sets the value of the sourceFile property.voidSets the value of the space property.voidSets the value of the tab property.voidsetTextFields(CTTextFields value) Sets the value of the textFields property.voidsetThousands(String value) Sets the value of the thousands property.
-
Field Details
-
textFields
-
prompt
-
fileType
-
codePage
-
characterSet
-
firstRow
-
sourceFile
-
delimited
-
decimal
-
thousands
-
tab
-
space
-
comma
-
semicolon
-
consecutive
-
qualifier
-
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
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
Sets the value of the codePage property.- Parameters:
value- allowed object isLong
-
getCharacterSet
Gets the value of the characterSet property.- Returns:
- possible object is
String
-
setCharacterSet
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
Sets the value of the firstRow property.- Parameters:
value- allowed object isLong
-
getSourceFile
Gets the value of the sourceFile property.- Returns:
- possible object is
String
-
setSourceFile
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
Sets the value of the delimited property.- Parameters:
value- allowed object isBoolean
-
getDecimal
Gets the value of the decimal property.- Returns:
- possible object is
String
-
setDecimal
Sets the value of the decimal property.- Parameters:
value- allowed object isString
-
getThousands
Gets the value of the thousands property.- Returns:
- possible object is
String
-
setThousands
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
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
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
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
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
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
Gets the value of the delimiter property.- Returns:
- possible object is
String
-
setDelimiter
Sets the value of the delimiter property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-