public class CTWebSettings extends Object implements Child
Java class for CT_WebSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WebSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="frameset" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Frameset" minOccurs="0"/>
<element name="divs" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Divs" minOccurs="0"/>
<element name="encoding" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="optimizeForBrowser" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="relyOnVML" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="allowPNG" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="doNotRelyOnCSS" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="doNotSaveAsSingleFile" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="doNotOrganizeInFolder" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="doNotUseLongFileNames" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="pixelsPerInch" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="targetScreenSz" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TargetScreenSz" minOccurs="0"/>
<element name="saveSmartTagsAsXml" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CTWebSettings.Encoding
Java class for anonymous complex type.
|
static class |
CTWebSettings.PixelsPerInch
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BooleanDefaultTrue |
allowPNG |
protected CTDivs |
divs |
protected BooleanDefaultTrue |
doNotOrganizeInFolder |
protected BooleanDefaultTrue |
doNotRelyOnCSS |
protected BooleanDefaultTrue |
doNotSaveAsSingleFile |
protected BooleanDefaultTrue |
doNotUseLongFileNames |
protected CTWebSettings.Encoding |
encoding |
protected CTFrameset |
frameset |
protected BooleanDefaultTrue |
optimizeForBrowser |
protected CTWebSettings.PixelsPerInch |
pixelsPerInch |
protected BooleanDefaultTrue |
relyOnVML |
protected BooleanDefaultTrue |
saveSmartTagsAsXml |
protected CTTargetScreenSz |
targetScreenSz |
| Constructor and Description |
|---|
CTWebSettings() |
| 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.
|
BooleanDefaultTrue |
getAllowPNG()
Gets the value of the allowPNG property.
|
CTDivs |
getDivs()
Gets the value of the divs property.
|
BooleanDefaultTrue |
getDoNotOrganizeInFolder()
Gets the value of the doNotOrganizeInFolder property.
|
BooleanDefaultTrue |
getDoNotRelyOnCSS()
Gets the value of the doNotRelyOnCSS property.
|
BooleanDefaultTrue |
getDoNotSaveAsSingleFile()
Gets the value of the doNotSaveAsSingleFile property.
|
BooleanDefaultTrue |
getDoNotUseLongFileNames()
Gets the value of the doNotUseLongFileNames property.
|
CTWebSettings.Encoding |
getEncoding()
Gets the value of the encoding property.
|
CTFrameset |
getFrameset()
Gets the value of the frameset property.
|
BooleanDefaultTrue |
getOptimizeForBrowser()
Gets the value of the optimizeForBrowser property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTWebSettings.PixelsPerInch |
getPixelsPerInch()
Gets the value of the pixelsPerInch property.
|
BooleanDefaultTrue |
getRelyOnVML()
Gets the value of the relyOnVML property.
|
BooleanDefaultTrue |
getSaveSmartTagsAsXml()
Gets the value of the saveSmartTagsAsXml property.
|
CTTargetScreenSz |
getTargetScreenSz()
Gets the value of the targetScreenSz property.
|
void |
setAllowPNG(BooleanDefaultTrue value)
Sets the value of the allowPNG property.
|
void |
setDivs(CTDivs value)
Sets the value of the divs property.
|
void |
setDoNotOrganizeInFolder(BooleanDefaultTrue value)
Sets the value of the doNotOrganizeInFolder property.
|
void |
setDoNotRelyOnCSS(BooleanDefaultTrue value)
Sets the value of the doNotRelyOnCSS property.
|
void |
setDoNotSaveAsSingleFile(BooleanDefaultTrue value)
Sets the value of the doNotSaveAsSingleFile property.
|
void |
setDoNotUseLongFileNames(BooleanDefaultTrue value)
Sets the value of the doNotUseLongFileNames property.
|
void |
setEncoding(CTWebSettings.Encoding value)
Sets the value of the encoding property.
|
void |
setFrameset(CTFrameset value)
Sets the value of the frameset property.
|
void |
setOptimizeForBrowser(BooleanDefaultTrue value)
Sets the value of the optimizeForBrowser property.
|
void |
setParent(Object parent) |
void |
setPixelsPerInch(CTWebSettings.PixelsPerInch value)
Sets the value of the pixelsPerInch property.
|
void |
setRelyOnVML(BooleanDefaultTrue value)
Sets the value of the relyOnVML property.
|
void |
setSaveSmartTagsAsXml(BooleanDefaultTrue value)
Sets the value of the saveSmartTagsAsXml property.
|
void |
setTargetScreenSz(CTTargetScreenSz value)
Sets the value of the targetScreenSz property.
|
protected CTFrameset frameset
protected CTDivs divs
protected CTWebSettings.Encoding encoding
protected BooleanDefaultTrue optimizeForBrowser
protected BooleanDefaultTrue relyOnVML
protected BooleanDefaultTrue allowPNG
protected BooleanDefaultTrue doNotRelyOnCSS
protected BooleanDefaultTrue doNotSaveAsSingleFile
protected BooleanDefaultTrue doNotOrganizeInFolder
protected BooleanDefaultTrue doNotUseLongFileNames
protected CTWebSettings.PixelsPerInch pixelsPerInch
protected CTTargetScreenSz targetScreenSz
protected BooleanDefaultTrue saveSmartTagsAsXml
public CTFrameset getFrameset()
CTFramesetpublic void setFrameset(CTFrameset value)
value - allowed object is
CTFramesetpublic CTDivs getDivs()
CTDivspublic void setDivs(CTDivs value)
value - allowed object is
CTDivspublic CTWebSettings.Encoding getEncoding()
CTWebSettings.Encodingpublic void setEncoding(CTWebSettings.Encoding value)
value - allowed object is
CTWebSettings.Encodingpublic BooleanDefaultTrue getOptimizeForBrowser()
BooleanDefaultTruepublic void setOptimizeForBrowser(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getRelyOnVML()
BooleanDefaultTruepublic void setRelyOnVML(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getAllowPNG()
BooleanDefaultTruepublic void setAllowPNG(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getDoNotRelyOnCSS()
BooleanDefaultTruepublic void setDoNotRelyOnCSS(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getDoNotSaveAsSingleFile()
BooleanDefaultTruepublic void setDoNotSaveAsSingleFile(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getDoNotOrganizeInFolder()
BooleanDefaultTruepublic void setDoNotOrganizeInFolder(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic BooleanDefaultTrue getDoNotUseLongFileNames()
BooleanDefaultTruepublic void setDoNotUseLongFileNames(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic CTWebSettings.PixelsPerInch getPixelsPerInch()
CTWebSettings.PixelsPerInchpublic void setPixelsPerInch(CTWebSettings.PixelsPerInch value)
value - allowed object is
CTWebSettings.PixelsPerInchpublic CTTargetScreenSz getTargetScreenSz()
CTTargetScreenSzpublic void setTargetScreenSz(CTTargetScreenSz value)
value - allowed object is
CTTargetScreenSzpublic BooleanDefaultTrue getSaveSmartTagsAsXml()
BooleanDefaultTruepublic void setSaveSmartTagsAsXml(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic 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.