Package sk.iway.iwcm
Class Pd4mlOptions
java.lang.Object
sk.iway.iwcm.Pd4mlOptions
Pd4mlOptions.java
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
void
setFitPageVertically
(boolean fitPageVertically) void
setHtmlWidth
(int htmlWidth)
-
Constructor Details
-
Pd4mlOptions
public Pd4mlOptions()
-
-
Method Details
-
isFitPageVertically
public boolean isFitPageVertically() -
setFitPageVertically
public void setFitPageVertically(boolean fitPageVertically) -
setHtmlWidth
public void setHtmlWidth(int htmlWidth) - Parameters:
htmlWidth
- The htmlWidth to set.
-
getHtmlWidth
public int getHtmlWidth()- Returns:
- Returns the htmlWidth.
-