Package com.scroogexhtml.configuration
Class ParaPropConfiguration
java.lang.Object
com.scroogexhtml.configuration.ParaPropConfiguration
- All Implemented Interfaces:
Serializable
Nested property which contains paragraph conversion properties.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidsetConvertAlignment(boolean newValue) Set this property tofalseto disable paragraph alignment conversion.voidsetConvertIndent(boolean newValue) Set this property to true to enable conversion of indents.voidsetConvertParagraphBorders(boolean newValue) voidsetConvertParagraphMargins(boolean newValue) Set this property to true to enable conversion of paragraph margins.
-
Constructor Details
-
ParaPropConfiguration
public ParaPropConfiguration()
-
-
Method Details
-
setConvertAlignment
public void setConvertAlignment(boolean newValue) Set this property tofalseto disable paragraph alignment conversion.- Parameters:
newValue- the new convertAlignment value- Since:
- 6.6
- See Also:
- Default value:
- true
-
setConvertIndent
public void setConvertIndent(boolean newValue) Set this property to true to enable conversion of indents.Note: the right indent in the output document is relative to the browser window if you change the browser window size, the text area will adjust its size.
- Parameters:
newValue- The new convertIndent value- See Also:
- Default value:
- false
-
setConvertParagraphMargins
public void setConvertParagraphMargins(boolean newValue) Set this property to true to enable conversion of paragraph margins.- Parameters:
newValue- The new convertParagraphMargins value- See Also:
- Default value:
- true
-
isConvertAlignment
public boolean isConvertAlignment() -
isConvertIndent
public boolean isConvertIndent() -
isConvertParagraphMargins
public boolean isConvertParagraphMargins() -
isConvertParagraphBorders
public boolean isConvertParagraphBorders() -
setConvertParagraphBorders
public void setConvertParagraphBorders(boolean newValue)
-