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