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 class
CTWebPublishing.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 boolean
getAllowPng()
Gets the "allowPng" attributelong
getCodePage()
Gets the "codePage" attributeboolean
getCss()
Gets the "css" attributelong
getDpi()
Gets the "dpi" attributeboolean
getLongFileNames()
Gets the "longFileNames" attributeSTTargetScreenSize.Enum
getTargetScreenSize()
Gets the "targetScreenSize" attributeboolean
getThicket()
Gets the "thicket" attributeboolean
getVml()
Gets the "vml" attributeboolean
isSetAllowPng()
True if has "allowPng" attributeboolean
isSetCodePage()
True if has "codePage" attributeboolean
isSetCss()
True if has "css" attributeboolean
isSetDpi()
True if has "dpi" attributeboolean
isSetLongFileNames()
True if has "longFileNames" attributeboolean
isSetTargetScreenSize()
True if has "targetScreenSize" attributeboolean
isSetThicket()
True if has "thicket" attributeboolean
isSetVml()
True if has "vml" attributevoid
setAllowPng(boolean allowPng)
Sets the "allowPng" attributevoid
setCodePage(long codePage)
Sets the "codePage" attributevoid
setCss(boolean css)
Sets the "css" attributevoid
setDpi(long dpi)
Sets the "dpi" attributevoid
setLongFileNames(boolean longFileNames)
Sets the "longFileNames" attributevoid
setTargetScreenSize(STTargetScreenSize.Enum targetScreenSize)
Sets the "targetScreenSize" attributevoid
setThicket(boolean thicket)
Sets the "thicket" attributevoid
setVml(boolean vml)
Sets the "vml" attributevoid
unsetAllowPng()
Unsets the "allowPng" attributevoid
unsetCodePage()
Unsets the "codePage" attributevoid
unsetCss()
Unsets the "css" attributevoid
unsetDpi()
Unsets the "dpi" attributevoid
unsetLongFileNames()
Unsets the "longFileNames" attributevoid
unsetTargetScreenSize()
Unsets the "targetScreenSize" attributevoid
unsetThicket()
Unsets the "thicket" attributevoid
unsetVml()
Unsets the "vml" attributeXmlBoolean
xgetAllowPng()
Gets (as xml) the "allowPng" attributeXmlUnsignedInt
xgetCodePage()
Gets (as xml) the "codePage" attributeXmlBoolean
xgetCss()
Gets (as xml) the "css" attributeXmlUnsignedInt
xgetDpi()
Gets (as xml) the "dpi" attributeXmlBoolean
xgetLongFileNames()
Gets (as xml) the "longFileNames" attributeSTTargetScreenSize
xgetTargetScreenSize()
Gets (as xml) the "targetScreenSize" attributeXmlBoolean
xgetThicket()
Gets (as xml) the "thicket" attributeXmlBoolean
xgetVml()
Gets (as xml) the "vml" attributevoid
xsetAllowPng(XmlBoolean allowPng)
Sets (as xml) the "allowPng" attributevoid
xsetCodePage(XmlUnsignedInt codePage)
Sets (as xml) the "codePage" attributevoid
xsetCss(XmlBoolean css)
Sets (as xml) the "css" attributevoid
xsetDpi(XmlUnsignedInt dpi)
Sets (as xml) the "dpi" attributevoid
xsetLongFileNames(XmlBoolean longFileNames)
Sets (as xml) the "longFileNames" attributevoid
xsetTargetScreenSize(STTargetScreenSize targetScreenSize)
Sets (as xml) the "targetScreenSize" attributevoid
xsetThicket(XmlBoolean thicket)
Sets (as xml) the "thicket" attributevoid
xsetVml(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
-
-