Class WebPublishingProperties
java.lang.Object
com.independentsoft.office.spreadsheet.WebPublishingProperties
The Class WebPublishingProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the code page.intgetDpi()Gets the dpi.Gets the screen size.booleanChecks if is allow png.booleanChecks if is enable long file names.booleanChecks if is thicket.booleanisVml()Checks if is vml.voidsetAllowPng(boolean allowPng)Sets the allow png.voidsetCodePage(int codePage)Sets the code page.voidsetDpi(int dpi)Sets the dpi.voidsetEnableLongFileNames(boolean enableLongFileNames)Sets the enable long file names.voidsetScreenSize(ScreenSize screenSize)Sets the screen size.voidsetThicket(boolean thicket)Sets the thicket.voidsetUseCss(boolean useCss)Sets the use css.voidsetVml(boolean vml)Sets the vml.toString()booleanuseCss()Use css.
-
Constructor Details
-
WebPublishingProperties
public WebPublishingProperties()Instantiates a new web publishing properties.
-
-
Method Details
-
clone
-
toString
-
isAllowPng
public boolean isAllowPng()Checks if is allow png.- Returns:
- true, if is allow png
-
setAllowPng
public void setAllowPng(boolean allowPng)Sets the allow png.- Parameters:
allowPng- the new allow png
-
getCodePage
public int getCodePage()Gets the code page.- Returns:
- the code page
-
setCodePage
public void setCodePage(int codePage)Sets the code page.- Parameters:
codePage- the new code page
-
useCss
public boolean useCss()Use css.- Returns:
- true, if successful
-
setUseCss
public void setUseCss(boolean useCss)Sets the use css.- Parameters:
useCss- the new use css
-
getDpi
public int getDpi()Gets the dpi.- Returns:
- the dpi
-
setDpi
public void setDpi(int dpi)Sets the dpi.- Parameters:
dpi- the new dpi
-
isEnableLongFileNames
public boolean isEnableLongFileNames()Checks if is enable long file names.- Returns:
- true, if is enable long file names
-
setEnableLongFileNames
public void setEnableLongFileNames(boolean enableLongFileNames)Sets the enable long file names.- Parameters:
enableLongFileNames- the new enable long file names
-
getScreenSize
Gets the screen size.- Returns:
- the screen size
-
setScreenSize
Sets the screen size.- Parameters:
screenSize- the new screen size
-
isThicket
public boolean isThicket()Checks if is thicket.- Returns:
- true, if is thicket
-
setThicket
public void setThicket(boolean thicket)Sets the thicket.- Parameters:
thicket- the new thicket
-
isVml
public boolean isVml()Checks if is vml.- Returns:
- true, if is vml
-
setVml
public void setVml(boolean vml)Sets the vml.- Parameters:
vml- the new vml
-