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 TypeMethodDescriptionboolean
boolean
boolean
boolean
void
setConvertAlignment
(boolean newValue) Set this property tofalse
to disable paragraph alignment conversion.void
setConvertIndent
(boolean newValue) Set this property to true to enable conversion of indents.void
setConvertParagraphBorders
(boolean newValue) void
setConvertParagraphMargins
(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 tofalse
to 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)
-