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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
characterSet |
protected java.lang.Long |
codePage |
protected java.lang.Boolean |
comma |
protected java.lang.Boolean |
consecutive |
protected java.lang.String |
decimal |
protected java.lang.Boolean |
delimited |
protected java.lang.String |
delimiter |
protected STFileType |
fileType |
protected java.lang.Long |
firstRow |
protected java.lang.Boolean |
prompt |
protected STQualifier |
qualifier |
protected java.lang.Boolean |
semicolon |
protected java.lang.String |
sourceFile |
protected java.lang.Boolean |
space |
protected java.lang.Boolean |
tab |
protected CTTextFields |
textFields |
protected java.lang.String |
thousands |
| Constructor and Description |
|---|
CTTextPr() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
getCharacterSet()
Gets the value of the characterSet property.
|
long |
getCodePage()
Gets the value of the codePage property.
|
java.lang.String |
getDecimal()
Gets the value of the decimal property.
|
java.lang.String |
getDelimiter()
Gets the value of the delimiter property.
|
STFileType |
getFileType()
Gets the value of the fileType property.
|
long |
getFirstRow()
Gets the value of the firstRow property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STQualifier |
getQualifier()
Gets the value of the qualifier property.
|
java.lang.String |
getSourceFile()
Gets the value of the sourceFile property.
|
CTTextFields |
getTextFields()
Gets the value of the textFields property.
|
java.lang.String |
getThousands()
Gets the value of the thousands property.
|
boolean |
isComma()
Gets the value of the comma property.
|
boolean |
isConsecutive()
Gets the value of the consecutive property.
|
boolean |
isDelimited()
Gets the value of the delimited property.
|
boolean |
isPrompt()
Gets the value of the prompt property.
|
boolean |
isSemicolon()
Gets the value of the semicolon property.
|
boolean |
isSpace()
Gets the value of the space property.
|
boolean |
isTab()
Gets the value of the tab property.
|
void |
setCharacterSet(java.lang.String value)
Sets the value of the characterSet property.
|
void |
setCodePage(java.lang.Long value)
Sets the value of the codePage property.
|
void |
setComma(java.lang.Boolean value)
Sets the value of the comma property.
|
void |
setConsecutive(java.lang.Boolean value)
Sets the value of the consecutive property.
|
void |
setDecimal(java.lang.String value)
Sets the value of the decimal property.
|
void |
setDelimited(java.lang.Boolean value)
Sets the value of the delimited property.
|
void |
setDelimiter(java.lang.String value)
Sets the value of the delimiter property.
|
void |
setFileType(STFileType value)
Sets the value of the fileType property.
|
void |
setFirstRow(java.lang.Long value)
Sets the value of the firstRow property.
|
void |
setParent(java.lang.Object parent) |
void |
setPrompt(java.lang.Boolean value)
Sets the value of the prompt property.
|
void |
setQualifier(STQualifier value)
Sets the value of the qualifier property.
|
void |
setSemicolon(java.lang.Boolean value)
Sets the value of the semicolon property.
|
void |
setSourceFile(java.lang.String value)
Sets the value of the sourceFile property.
|
void |
setSpace(java.lang.Boolean value)
Sets the value of the space property.
|
void |
setTab(java.lang.Boolean value)
Sets the value of the tab property.
|
void |
setTextFields(CTTextFields value)
Sets the value of the textFields property.
|
void |
setThousands(java.lang.String value)
Sets the value of the thousands property.
|
protected CTTextFields textFields
protected java.lang.Boolean prompt
protected STFileType fileType
protected java.lang.Long codePage
protected java.lang.String characterSet
protected java.lang.Long firstRow
protected java.lang.String sourceFile
protected java.lang.Boolean delimited
protected java.lang.String decimal
protected java.lang.String thousands
protected java.lang.Boolean tab
protected java.lang.Boolean space
protected java.lang.Boolean comma
protected java.lang.Boolean semicolon
protected java.lang.Boolean consecutive
protected STQualifier qualifier
protected java.lang.String delimiter
public CTTextFields getTextFields()
CTTextFieldspublic void setTextFields(CTTextFields value)
value - allowed object is
CTTextFieldspublic boolean isPrompt()
Booleanpublic void setPrompt(java.lang.Boolean value)
value - allowed object is
Booleanpublic STFileType getFileType()
STFileTypepublic void setFileType(STFileType value)
value - allowed object is
STFileTypepublic long getCodePage()
Longpublic void setCodePage(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getCharacterSet()
Stringpublic void setCharacterSet(java.lang.String value)
value - allowed object is
Stringpublic long getFirstRow()
Longpublic void setFirstRow(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getSourceFile()
Stringpublic void setSourceFile(java.lang.String value)
value - allowed object is
Stringpublic boolean isDelimited()
Booleanpublic void setDelimited(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getDecimal()
Stringpublic void setDecimal(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getThousands()
Stringpublic void setThousands(java.lang.String value)
value - allowed object is
Stringpublic boolean isTab()
Booleanpublic void setTab(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSpace()
Booleanpublic void setSpace(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isComma()
Booleanpublic void setComma(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSemicolon()
Booleanpublic void setSemicolon(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isConsecutive()
Booleanpublic void setConsecutive(java.lang.Boolean value)
value - allowed object is
Booleanpublic STQualifier getQualifier()
STQualifierpublic void setQualifier(STQualifier value)
value - allowed object is
STQualifierpublic java.lang.String getDelimiter()
Stringpublic void setDelimiter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.