Interface CTTextPr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTextPr extends XmlObject
An XML CT_TextPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTextPr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTTextFields
addNewTextFields()
Appends and returns a new empty "textFields" elementlong
getCodePage()
Gets the "codePage" attributeboolean
getComma()
Gets the "comma" attributeboolean
getConsecutive()
Gets the "consecutive" attributeString
getDecimal()
Gets the "decimal" attributeboolean
getDelimited()
Gets the "delimited" attributeString
getDelimiter()
Gets the "delimiter" attributeSTFileType.Enum
getFileType()
Gets the "fileType" attributelong
getFirstRow()
Gets the "firstRow" attributeboolean
getPrompt()
Gets the "prompt" attributeSTQualifier.Enum
getQualifier()
Gets the "qualifier" attributeboolean
getSemicolon()
Gets the "semicolon" attributeString
getSourceFile()
Gets the "sourceFile" attributeboolean
getSpace()
Gets the "space" attributeboolean
getTab()
Gets the "tab" attributeCTTextFields
getTextFields()
Gets the "textFields" elementString
getThousands()
Gets the "thousands" attributeboolean
isSetCodePage()
True if has "codePage" attributeboolean
isSetComma()
True if has "comma" attributeboolean
isSetConsecutive()
True if has "consecutive" attributeboolean
isSetDecimal()
True if has "decimal" attributeboolean
isSetDelimited()
True if has "delimited" attributeboolean
isSetDelimiter()
True if has "delimiter" attributeboolean
isSetFileType()
True if has "fileType" attributeboolean
isSetFirstRow()
True if has "firstRow" attributeboolean
isSetPrompt()
True if has "prompt" attributeboolean
isSetQualifier()
True if has "qualifier" attributeboolean
isSetSemicolon()
True if has "semicolon" attributeboolean
isSetSourceFile()
True if has "sourceFile" attributeboolean
isSetSpace()
True if has "space" attributeboolean
isSetTab()
True if has "tab" attributeboolean
isSetTextFields()
True if has "textFields" elementboolean
isSetThousands()
True if has "thousands" attributevoid
setCodePage(long codePage)
Sets the "codePage" attributevoid
setComma(boolean comma)
Sets the "comma" attributevoid
setConsecutive(boolean consecutive)
Sets the "consecutive" attributevoid
setDecimal(String decimal)
Sets the "decimal" attributevoid
setDelimited(boolean delimited)
Sets the "delimited" attributevoid
setDelimiter(String delimiter)
Sets the "delimiter" attributevoid
setFileType(STFileType.Enum fileType)
Sets the "fileType" attributevoid
setFirstRow(long firstRow)
Sets the "firstRow" attributevoid
setPrompt(boolean prompt)
Sets the "prompt" attributevoid
setQualifier(STQualifier.Enum qualifier)
Sets the "qualifier" attributevoid
setSemicolon(boolean semicolon)
Sets the "semicolon" attributevoid
setSourceFile(String sourceFile)
Sets the "sourceFile" attributevoid
setSpace(boolean space)
Sets the "space" attributevoid
setTab(boolean tab)
Sets the "tab" attributevoid
setTextFields(CTTextFields textFields)
Sets the "textFields" elementvoid
setThousands(String thousands)
Sets the "thousands" attributevoid
unsetCodePage()
Unsets the "codePage" attributevoid
unsetComma()
Unsets the "comma" attributevoid
unsetConsecutive()
Unsets the "consecutive" attributevoid
unsetDecimal()
Unsets the "decimal" attributevoid
unsetDelimited()
Unsets the "delimited" attributevoid
unsetDelimiter()
Unsets the "delimiter" attributevoid
unsetFileType()
Unsets the "fileType" attributevoid
unsetFirstRow()
Unsets the "firstRow" attributevoid
unsetPrompt()
Unsets the "prompt" attributevoid
unsetQualifier()
Unsets the "qualifier" attributevoid
unsetSemicolon()
Unsets the "semicolon" attributevoid
unsetSourceFile()
Unsets the "sourceFile" attributevoid
unsetSpace()
Unsets the "space" attributevoid
unsetTab()
Unsets the "tab" attributevoid
unsetTextFields()
Unsets the "textFields" elementvoid
unsetThousands()
Unsets the "thousands" attributeXmlUnsignedInt
xgetCodePage()
Gets (as xml) the "codePage" attributeXmlBoolean
xgetComma()
Gets (as xml) the "comma" attributeXmlBoolean
xgetConsecutive()
Gets (as xml) the "consecutive" attributeSTXstring
xgetDecimal()
Gets (as xml) the "decimal" attributeXmlBoolean
xgetDelimited()
Gets (as xml) the "delimited" attributeSTXstring
xgetDelimiter()
Gets (as xml) the "delimiter" attributeSTFileType
xgetFileType()
Gets (as xml) the "fileType" attributeXmlUnsignedInt
xgetFirstRow()
Gets (as xml) the "firstRow" attributeXmlBoolean
xgetPrompt()
Gets (as xml) the "prompt" attributeSTQualifier
xgetQualifier()
Gets (as xml) the "qualifier" attributeXmlBoolean
xgetSemicolon()
Gets (as xml) the "semicolon" attributeSTXstring
xgetSourceFile()
Gets (as xml) the "sourceFile" attributeXmlBoolean
xgetSpace()
Gets (as xml) the "space" attributeXmlBoolean
xgetTab()
Gets (as xml) the "tab" attributeSTXstring
xgetThousands()
Gets (as xml) the "thousands" attributevoid
xsetCodePage(XmlUnsignedInt codePage)
Sets (as xml) the "codePage" attributevoid
xsetComma(XmlBoolean comma)
Sets (as xml) the "comma" attributevoid
xsetConsecutive(XmlBoolean consecutive)
Sets (as xml) the "consecutive" attributevoid
xsetDecimal(STXstring decimal)
Sets (as xml) the "decimal" attributevoid
xsetDelimited(XmlBoolean delimited)
Sets (as xml) the "delimited" attributevoid
xsetDelimiter(STXstring delimiter)
Sets (as xml) the "delimiter" attributevoid
xsetFileType(STFileType fileType)
Sets (as xml) the "fileType" attributevoid
xsetFirstRow(XmlUnsignedInt firstRow)
Sets (as xml) the "firstRow" attributevoid
xsetPrompt(XmlBoolean prompt)
Sets (as xml) the "prompt" attributevoid
xsetQualifier(STQualifier qualifier)
Sets (as xml) the "qualifier" attributevoid
xsetSemicolon(XmlBoolean semicolon)
Sets (as xml) the "semicolon" attributevoid
xsetSourceFile(STXstring sourceFile)
Sets (as xml) the "sourceFile" attributevoid
xsetSpace(XmlBoolean space)
Sets (as xml) the "space" attributevoid
xsetTab(XmlBoolean tab)
Sets (as xml) the "tab" attributevoid
xsetThousands(STXstring thousands)
Sets (as xml) the "thousands" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTextFields
CTTextFields getTextFields()
Gets the "textFields" element
-
isSetTextFields
boolean isSetTextFields()
True if has "textFields" element
-
setTextFields
void setTextFields(CTTextFields textFields)
Sets the "textFields" element
-
addNewTextFields
CTTextFields addNewTextFields()
Appends and returns a new empty "textFields" element
-
unsetTextFields
void unsetTextFields()
Unsets the "textFields" element
-
getPrompt
boolean getPrompt()
Gets the "prompt" attribute
-
xgetPrompt
XmlBoolean xgetPrompt()
Gets (as xml) the "prompt" attribute
-
isSetPrompt
boolean isSetPrompt()
True if has "prompt" attribute
-
setPrompt
void setPrompt(boolean prompt)
Sets the "prompt" attribute
-
xsetPrompt
void xsetPrompt(XmlBoolean prompt)
Sets (as xml) the "prompt" attribute
-
unsetPrompt
void unsetPrompt()
Unsets the "prompt" attribute
-
getFileType
STFileType.Enum getFileType()
Gets the "fileType" attribute
-
xgetFileType
STFileType xgetFileType()
Gets (as xml) the "fileType" attribute
-
isSetFileType
boolean isSetFileType()
True if has "fileType" attribute
-
setFileType
void setFileType(STFileType.Enum fileType)
Sets the "fileType" attribute
-
xsetFileType
void xsetFileType(STFileType fileType)
Sets (as xml) the "fileType" attribute
-
unsetFileType
void unsetFileType()
Unsets the "fileType" attribute
-
getCodePage
long getCodePage()
Gets the "codePage" attribute
-
xgetCodePage
XmlUnsignedInt xgetCodePage()
Gets (as xml) the "codePage" attribute
-
isSetCodePage
boolean isSetCodePage()
True if has "codePage" attribute
-
setCodePage
void setCodePage(long codePage)
Sets the "codePage" attribute
-
xsetCodePage
void xsetCodePage(XmlUnsignedInt codePage)
Sets (as xml) the "codePage" attribute
-
unsetCodePage
void unsetCodePage()
Unsets the "codePage" attribute
-
getFirstRow
long getFirstRow()
Gets the "firstRow" attribute
-
xgetFirstRow
XmlUnsignedInt xgetFirstRow()
Gets (as xml) the "firstRow" attribute
-
isSetFirstRow
boolean isSetFirstRow()
True if has "firstRow" attribute
-
setFirstRow
void setFirstRow(long firstRow)
Sets the "firstRow" attribute
-
xsetFirstRow
void xsetFirstRow(XmlUnsignedInt firstRow)
Sets (as xml) the "firstRow" attribute
-
unsetFirstRow
void unsetFirstRow()
Unsets the "firstRow" attribute
-
getSourceFile
String getSourceFile()
Gets the "sourceFile" attribute
-
xgetSourceFile
STXstring xgetSourceFile()
Gets (as xml) the "sourceFile" attribute
-
isSetSourceFile
boolean isSetSourceFile()
True if has "sourceFile" attribute
-
setSourceFile
void setSourceFile(String sourceFile)
Sets the "sourceFile" attribute
-
xsetSourceFile
void xsetSourceFile(STXstring sourceFile)
Sets (as xml) the "sourceFile" attribute
-
unsetSourceFile
void unsetSourceFile()
Unsets the "sourceFile" attribute
-
getDelimited
boolean getDelimited()
Gets the "delimited" attribute
-
xgetDelimited
XmlBoolean xgetDelimited()
Gets (as xml) the "delimited" attribute
-
isSetDelimited
boolean isSetDelimited()
True if has "delimited" attribute
-
setDelimited
void setDelimited(boolean delimited)
Sets the "delimited" attribute
-
xsetDelimited
void xsetDelimited(XmlBoolean delimited)
Sets (as xml) the "delimited" attribute
-
unsetDelimited
void unsetDelimited()
Unsets the "delimited" attribute
-
getDecimal
String getDecimal()
Gets the "decimal" attribute
-
xgetDecimal
STXstring xgetDecimal()
Gets (as xml) the "decimal" attribute
-
isSetDecimal
boolean isSetDecimal()
True if has "decimal" attribute
-
setDecimal
void setDecimal(String decimal)
Sets the "decimal" attribute
-
xsetDecimal
void xsetDecimal(STXstring decimal)
Sets (as xml) the "decimal" attribute
-
unsetDecimal
void unsetDecimal()
Unsets the "decimal" attribute
-
getThousands
String getThousands()
Gets the "thousands" attribute
-
xgetThousands
STXstring xgetThousands()
Gets (as xml) the "thousands" attribute
-
isSetThousands
boolean isSetThousands()
True if has "thousands" attribute
-
setThousands
void setThousands(String thousands)
Sets the "thousands" attribute
-
xsetThousands
void xsetThousands(STXstring thousands)
Sets (as xml) the "thousands" attribute
-
unsetThousands
void unsetThousands()
Unsets the "thousands" attribute
-
getTab
boolean getTab()
Gets the "tab" attribute
-
xgetTab
XmlBoolean xgetTab()
Gets (as xml) the "tab" attribute
-
isSetTab
boolean isSetTab()
True if has "tab" attribute
-
setTab
void setTab(boolean tab)
Sets the "tab" attribute
-
xsetTab
void xsetTab(XmlBoolean tab)
Sets (as xml) the "tab" attribute
-
unsetTab
void unsetTab()
Unsets the "tab" attribute
-
getSpace
boolean getSpace()
Gets the "space" attribute
-
xgetSpace
XmlBoolean xgetSpace()
Gets (as xml) the "space" attribute
-
isSetSpace
boolean isSetSpace()
True if has "space" attribute
-
setSpace
void setSpace(boolean space)
Sets the "space" attribute
-
xsetSpace
void xsetSpace(XmlBoolean space)
Sets (as xml) the "space" attribute
-
unsetSpace
void unsetSpace()
Unsets the "space" attribute
-
getComma
boolean getComma()
Gets the "comma" attribute
-
xgetComma
XmlBoolean xgetComma()
Gets (as xml) the "comma" attribute
-
isSetComma
boolean isSetComma()
True if has "comma" attribute
-
setComma
void setComma(boolean comma)
Sets the "comma" attribute
-
xsetComma
void xsetComma(XmlBoolean comma)
Sets (as xml) the "comma" attribute
-
unsetComma
void unsetComma()
Unsets the "comma" attribute
-
getSemicolon
boolean getSemicolon()
Gets the "semicolon" attribute
-
xgetSemicolon
XmlBoolean xgetSemicolon()
Gets (as xml) the "semicolon" attribute
-
isSetSemicolon
boolean isSetSemicolon()
True if has "semicolon" attribute
-
setSemicolon
void setSemicolon(boolean semicolon)
Sets the "semicolon" attribute
-
xsetSemicolon
void xsetSemicolon(XmlBoolean semicolon)
Sets (as xml) the "semicolon" attribute
-
unsetSemicolon
void unsetSemicolon()
Unsets the "semicolon" attribute
-
getConsecutive
boolean getConsecutive()
Gets the "consecutive" attribute
-
xgetConsecutive
XmlBoolean xgetConsecutive()
Gets (as xml) the "consecutive" attribute
-
isSetConsecutive
boolean isSetConsecutive()
True if has "consecutive" attribute
-
setConsecutive
void setConsecutive(boolean consecutive)
Sets the "consecutive" attribute
-
xsetConsecutive
void xsetConsecutive(XmlBoolean consecutive)
Sets (as xml) the "consecutive" attribute
-
unsetConsecutive
void unsetConsecutive()
Unsets the "consecutive" attribute
-
getQualifier
STQualifier.Enum getQualifier()
Gets the "qualifier" attribute
-
xgetQualifier
STQualifier xgetQualifier()
Gets (as xml) the "qualifier" attribute
-
isSetQualifier
boolean isSetQualifier()
True if has "qualifier" attribute
-
setQualifier
void setQualifier(STQualifier.Enum qualifier)
Sets the "qualifier" attribute
-
xsetQualifier
void xsetQualifier(STQualifier qualifier)
Sets (as xml) the "qualifier" attribute
-
unsetQualifier
void unsetQualifier()
Unsets the "qualifier" attribute
-
getDelimiter
String getDelimiter()
Gets the "delimiter" attribute
-
xgetDelimiter
STXstring xgetDelimiter()
Gets (as xml) the "delimiter" attribute
-
isSetDelimiter
boolean isSetDelimiter()
True if has "delimiter" attribute
-
setDelimiter
void setDelimiter(String delimiter)
Sets the "delimiter" attribute
-
xsetDelimiter
void xsetDelimiter(STXstring delimiter)
Sets (as xml) the "delimiter" attribute
-
unsetDelimiter
void unsetDelimiter()
Unsets the "delimiter" attribute
-
-