public class CTWebPublishing extends Object implements Child
Java class for CT_WebPublishing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WebPublishing">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="css" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="thicket" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="longFileNames" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="vml" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="allowPng" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="targetScreenSize" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_TargetScreenSize" default="800x600" />
<attribute name="dpi" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="96" />
<attribute name="codePage" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="characterSet" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowPng |
protected String |
characterSet |
protected Long |
codePage |
protected Boolean |
css |
protected Long |
dpi |
protected Boolean |
longFileNames |
protected String |
targetScreenSize |
protected Boolean |
thicket |
protected Boolean |
vml |
| Constructor and Description |
|---|
CTWebPublishing() |
| 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.
|
long |
getDpi()
Gets the value of the dpi property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getTargetScreenSize()
Gets the value of the targetScreenSize property.
|
boolean |
isAllowPng()
Gets the value of the allowPng property.
|
boolean |
isCss()
Gets the value of the css property.
|
boolean |
isLongFileNames()
Gets the value of the longFileNames property.
|
boolean |
isThicket()
Gets the value of the thicket property.
|
boolean |
isVml()
Gets the value of the vml property.
|
void |
setAllowPng(Boolean value)
Sets the value of the allowPng property.
|
void |
setCharacterSet(String value)
Sets the value of the characterSet property.
|
void |
setCodePage(Long value)
Sets the value of the codePage property.
|
void |
setCss(Boolean value)
Sets the value of the css property.
|
void |
setDpi(Long value)
Sets the value of the dpi property.
|
void |
setLongFileNames(Boolean value)
Sets the value of the longFileNames property.
|
void |
setParent(Object parent) |
void |
setTargetScreenSize(String value)
Sets the value of the targetScreenSize property.
|
void |
setThicket(Boolean value)
Sets the value of the thicket property.
|
void |
setVml(Boolean value)
Sets the value of the vml property.
|
protected Boolean css
protected Boolean thicket
protected Boolean longFileNames
protected Boolean vml
protected Boolean allowPng
protected String targetScreenSize
protected Long dpi
protected Long codePage
protected String characterSet
public boolean isCss()
Booleanpublic void setCss(Boolean value)
value - allowed object is
Booleanpublic boolean isThicket()
Booleanpublic void setThicket(Boolean value)
value - allowed object is
Booleanpublic boolean isLongFileNames()
Booleanpublic void setLongFileNames(Boolean value)
value - allowed object is
Booleanpublic boolean isVml()
Booleanpublic void setVml(Boolean value)
value - allowed object is
Booleanpublic boolean isAllowPng()
Booleanpublic void setAllowPng(Boolean value)
value - allowed object is
Booleanpublic String getTargetScreenSize()
Stringpublic void setTargetScreenSize(String value)
value - allowed object is
Stringpublic long getDpi()
Longpublic void setDpi(Long value)
value - allowed object is
Longpublic Long getCodePage()
Longpublic void setCodePage(Long value)
value - allowed object is
Longpublic String getCharacterSet()
Stringpublic void setCharacterSet(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-2022. All Rights Reserved.