Package org.xlsx4j.sml
Class CTWebPublishing
java.lang.Object
org.xlsx4j.sml.CTWebPublishing
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the characterSet property.Gets the value of the codePage property.longgetDpi()Gets the value of the dpi property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the targetScreenSize property.booleanGets the value of the allowPng property.booleanisCss()Gets the value of the css property.booleanGets the value of the longFileNames property.booleanGets the value of the thicket property.booleanisVml()Gets the value of the vml property.voidsetAllowPng(Boolean value) Sets the value of the allowPng property.voidsetCharacterSet(String value) Sets the value of the characterSet property.voidsetCodePage(Long value) Sets the value of the codePage property.voidSets the value of the css property.voidSets the value of the dpi property.voidsetLongFileNames(Boolean value) Sets the value of the longFileNames property.voidvoidsetTargetScreenSize(String value) Sets the value of the targetScreenSize property.voidsetThicket(Boolean value) Sets the value of the thicket property.voidSets the value of the vml property.
-
Field Details
-
css
-
thicket
-
longFileNames
-
vml
-
allowPng
-
targetScreenSize
-
dpi
-
codePage
-
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
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
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
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
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
Sets the value of the allowPng property.- Parameters:
value- allowed object isBoolean
-
getTargetScreenSize
Gets the value of the targetScreenSize property.- Returns:
- possible object is
String
-
setTargetScreenSize
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
Sets the value of the dpi property.- Parameters:
value- allowed object isLong
-
getCodePage
Gets the value of the codePage property.- Returns:
- possible object is
Long
-
setCodePage
Sets the value of the codePage property.- Parameters:
value- allowed object isLong
-
getCharacterSet
Gets the value of the characterSet property.- Returns:
- possible object is
String
-
setCharacterSet
Sets the value of the characterSet property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-