Package org.xlsx4j.sml
Class CTWebPublishing
java.lang.Object
org.xlsx4j.sml.CTWebPublishing
- All Implemented Interfaces:
Child
public class CTWebPublishing extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanallowPngprotected java.lang.StringcharacterSetprotected java.lang.LongcodePageprotected java.lang.Booleancssprotected java.lang.Longdpiprotected java.lang.BooleanlongFileNamesprotected java.lang.StringtargetScreenSizeprotected java.lang.Booleanthicketprotected java.lang.Booleanvml -
Constructor Summary
Constructors Constructor Description CTWebPublishing() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetCharacterSet()Gets the value of the characterSet property.java.lang.LonggetCodePage()Gets the value of the codePage property.longgetDpi()Gets the value of the dpi property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetTargetScreenSize()Gets the value of the targetScreenSize property.booleanisAllowPng()Gets the value of the allowPng property.booleanisCss()Gets the value of the css property.booleanisLongFileNames()Gets the value of the longFileNames property.booleanisThicket()Gets the value of the thicket property.booleanisVml()Gets the value of the vml property.voidsetAllowPng(java.lang.Boolean value)Sets the value of the allowPng property.voidsetCharacterSet(java.lang.String value)Sets the value of the characterSet property.voidsetCodePage(java.lang.Long value)Sets the value of the codePage property.voidsetCss(java.lang.Boolean value)Sets the value of the css property.voidsetDpi(java.lang.Long value)Sets the value of the dpi property.voidsetLongFileNames(java.lang.Boolean value)Sets the value of the longFileNames property.voidsetParent(java.lang.Object parent)voidsetTargetScreenSize(java.lang.String value)Sets the value of the targetScreenSize property.voidsetThicket(java.lang.Boolean value)Sets the value of the thicket property.voidsetVml(java.lang.Boolean value)Sets the value of the vml property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
css
protected java.lang.Boolean css -
thicket
protected java.lang.Boolean thicket -
longFileNames
protected java.lang.Boolean longFileNames -
vml
protected java.lang.Boolean vml -
allowPng
protected java.lang.Boolean allowPng -
targetScreenSize
protected java.lang.String targetScreenSize -
dpi
protected java.lang.Long dpi -
codePage
protected java.lang.Long codePage -
characterSet
protected java.lang.String characterSet
-
-
Constructor Details
-
CTWebPublishing
public CTWebPublishing()
-
-
Method Details
-
isCss
public boolean isCss()Gets the value of the css property.- Returns:
- possible object is
Boolean
-
setCss
public void setCss(java.lang.Boolean value)Sets the value of the css property.- Parameters:
value- allowed object isBoolean
-
isThicket
public boolean isThicket()Gets the value of the thicket property.- Returns:
- possible object is
Boolean
-
setThicket
public void setThicket(java.lang.Boolean value)Sets the value of the thicket property.- Parameters:
value- allowed object isBoolean
-
isLongFileNames
public boolean isLongFileNames()Gets the value of the longFileNames property.- Returns:
- possible object is
Boolean
-
setLongFileNames
public void setLongFileNames(java.lang.Boolean value)Sets the value of the longFileNames property.- Parameters:
value- allowed object isBoolean
-
isVml
public boolean isVml()Gets the value of the vml property.- Returns:
- possible object is
Boolean
-
setVml
public void setVml(java.lang.Boolean value)Sets the value of the vml property.- Parameters:
value- allowed object isBoolean
-
isAllowPng
public boolean isAllowPng()Gets the value of the allowPng property.- Returns:
- possible object is
Boolean
-
setAllowPng
public void setAllowPng(java.lang.Boolean value)Sets the value of the allowPng property.- Parameters:
value- allowed object isBoolean
-
getTargetScreenSize
public java.lang.String getTargetScreenSize()Gets the value of the targetScreenSize property.- Returns:
- possible object is
String
-
setTargetScreenSize
public void setTargetScreenSize(java.lang.String value)Sets the value of the targetScreenSize property.- Parameters:
value- allowed object isString
-
getDpi
public long getDpi()Gets the value of the dpi property.- Returns:
- possible object is
Long
-
setDpi
public void setDpi(java.lang.Long value)Sets the value of the dpi property.- Parameters:
value- allowed object isLong
-
getCodePage
public java.lang.Long getCodePage()Gets the value of the codePage property.- Returns:
- possible object is
Long
-
setCodePage
public void setCodePage(java.lang.Long value)Sets the value of the codePage property.- Parameters:
value- allowed object isLong
-
getCharacterSet
public java.lang.String getCharacterSet()Gets the value of the characterSet property.- Returns:
- possible object is
String
-
setCharacterSet
public void setCharacterSet(java.lang.String value)Sets the value of the characterSet property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-