Interface CTWebPublishing
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTWebPublishing extends XmlObject
An XML CT_WebPublishing(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTWebPublishing.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 booleangetAllowPng()Gets the "allowPng" attributelonggetCodePage()Gets the "codePage" attributebooleangetCss()Gets the "css" attributelonggetDpi()Gets the "dpi" attributebooleangetLongFileNames()Gets the "longFileNames" attributeSTTargetScreenSize.EnumgetTargetScreenSize()Gets the "targetScreenSize" attributebooleangetThicket()Gets the "thicket" attributebooleangetVml()Gets the "vml" attributebooleanisSetAllowPng()True if has "allowPng" attributebooleanisSetCodePage()True if has "codePage" attributebooleanisSetCss()True if has "css" attributebooleanisSetDpi()True if has "dpi" attributebooleanisSetLongFileNames()True if has "longFileNames" attributebooleanisSetTargetScreenSize()True if has "targetScreenSize" attributebooleanisSetThicket()True if has "thicket" attributebooleanisSetVml()True if has "vml" attributevoidsetAllowPng(boolean allowPng)Sets the "allowPng" attributevoidsetCodePage(long codePage)Sets the "codePage" attributevoidsetCss(boolean css)Sets the "css" attributevoidsetDpi(long dpi)Sets the "dpi" attributevoidsetLongFileNames(boolean longFileNames)Sets the "longFileNames" attributevoidsetTargetScreenSize(STTargetScreenSize.Enum targetScreenSize)Sets the "targetScreenSize" attributevoidsetThicket(boolean thicket)Sets the "thicket" attributevoidsetVml(boolean vml)Sets the "vml" attributevoidunsetAllowPng()Unsets the "allowPng" attributevoidunsetCodePage()Unsets the "codePage" attributevoidunsetCss()Unsets the "css" attributevoidunsetDpi()Unsets the "dpi" attributevoidunsetLongFileNames()Unsets the "longFileNames" attributevoidunsetTargetScreenSize()Unsets the "targetScreenSize" attributevoidunsetThicket()Unsets the "thicket" attributevoidunsetVml()Unsets the "vml" attributeXmlBooleanxgetAllowPng()Gets (as xml) the "allowPng" attributeXmlUnsignedIntxgetCodePage()Gets (as xml) the "codePage" attributeXmlBooleanxgetCss()Gets (as xml) the "css" attributeXmlUnsignedIntxgetDpi()Gets (as xml) the "dpi" attributeXmlBooleanxgetLongFileNames()Gets (as xml) the "longFileNames" attributeSTTargetScreenSizexgetTargetScreenSize()Gets (as xml) the "targetScreenSize" attributeXmlBooleanxgetThicket()Gets (as xml) the "thicket" attributeXmlBooleanxgetVml()Gets (as xml) the "vml" attributevoidxsetAllowPng(XmlBoolean allowPng)Sets (as xml) the "allowPng" attributevoidxsetCodePage(XmlUnsignedInt codePage)Sets (as xml) the "codePage" attributevoidxsetCss(XmlBoolean css)Sets (as xml) the "css" attributevoidxsetDpi(XmlUnsignedInt dpi)Sets (as xml) the "dpi" attributevoidxsetLongFileNames(XmlBoolean longFileNames)Sets (as xml) the "longFileNames" attributevoidxsetTargetScreenSize(STTargetScreenSize targetScreenSize)Sets (as xml) the "targetScreenSize" attributevoidxsetThicket(XmlBoolean thicket)Sets (as xml) the "thicket" attributevoidxsetVml(XmlBoolean vml)Sets (as xml) the "vml" 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
-
getCss
boolean getCss()
Gets the "css" attribute
-
xgetCss
XmlBoolean xgetCss()
Gets (as xml) the "css" attribute
-
isSetCss
boolean isSetCss()
True if has "css" attribute
-
setCss
void setCss(boolean css)
Sets the "css" attribute
-
xsetCss
void xsetCss(XmlBoolean css)
Sets (as xml) the "css" attribute
-
unsetCss
void unsetCss()
Unsets the "css" attribute
-
getThicket
boolean getThicket()
Gets the "thicket" attribute
-
xgetThicket
XmlBoolean xgetThicket()
Gets (as xml) the "thicket" attribute
-
isSetThicket
boolean isSetThicket()
True if has "thicket" attribute
-
setThicket
void setThicket(boolean thicket)
Sets the "thicket" attribute
-
xsetThicket
void xsetThicket(XmlBoolean thicket)
Sets (as xml) the "thicket" attribute
-
unsetThicket
void unsetThicket()
Unsets the "thicket" attribute
-
getLongFileNames
boolean getLongFileNames()
Gets the "longFileNames" attribute
-
xgetLongFileNames
XmlBoolean xgetLongFileNames()
Gets (as xml) the "longFileNames" attribute
-
isSetLongFileNames
boolean isSetLongFileNames()
True if has "longFileNames" attribute
-
setLongFileNames
void setLongFileNames(boolean longFileNames)
Sets the "longFileNames" attribute
-
xsetLongFileNames
void xsetLongFileNames(XmlBoolean longFileNames)
Sets (as xml) the "longFileNames" attribute
-
unsetLongFileNames
void unsetLongFileNames()
Unsets the "longFileNames" attribute
-
getVml
boolean getVml()
Gets the "vml" attribute
-
xgetVml
XmlBoolean xgetVml()
Gets (as xml) the "vml" attribute
-
isSetVml
boolean isSetVml()
True if has "vml" attribute
-
setVml
void setVml(boolean vml)
Sets the "vml" attribute
-
xsetVml
void xsetVml(XmlBoolean vml)
Sets (as xml) the "vml" attribute
-
unsetVml
void unsetVml()
Unsets the "vml" attribute
-
getAllowPng
boolean getAllowPng()
Gets the "allowPng" attribute
-
xgetAllowPng
XmlBoolean xgetAllowPng()
Gets (as xml) the "allowPng" attribute
-
isSetAllowPng
boolean isSetAllowPng()
True if has "allowPng" attribute
-
setAllowPng
void setAllowPng(boolean allowPng)
Sets the "allowPng" attribute
-
xsetAllowPng
void xsetAllowPng(XmlBoolean allowPng)
Sets (as xml) the "allowPng" attribute
-
unsetAllowPng
void unsetAllowPng()
Unsets the "allowPng" attribute
-
getTargetScreenSize
STTargetScreenSize.Enum getTargetScreenSize()
Gets the "targetScreenSize" attribute
-
xgetTargetScreenSize
STTargetScreenSize xgetTargetScreenSize()
Gets (as xml) the "targetScreenSize" attribute
-
isSetTargetScreenSize
boolean isSetTargetScreenSize()
True if has "targetScreenSize" attribute
-
setTargetScreenSize
void setTargetScreenSize(STTargetScreenSize.Enum targetScreenSize)
Sets the "targetScreenSize" attribute
-
xsetTargetScreenSize
void xsetTargetScreenSize(STTargetScreenSize targetScreenSize)
Sets (as xml) the "targetScreenSize" attribute
-
unsetTargetScreenSize
void unsetTargetScreenSize()
Unsets the "targetScreenSize" attribute
-
getDpi
long getDpi()
Gets the "dpi" attribute
-
xgetDpi
XmlUnsignedInt xgetDpi()
Gets (as xml) the "dpi" attribute
-
isSetDpi
boolean isSetDpi()
True if has "dpi" attribute
-
setDpi
void setDpi(long dpi)
Sets the "dpi" attribute
-
xsetDpi
void xsetDpi(XmlUnsignedInt dpi)
Sets (as xml) the "dpi" attribute
-
unsetDpi
void unsetDpi()
Unsets the "dpi" 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
-
-