Package com.scroogexhtml.converter
Class ParaPropConfiguration
- java.lang.Object
-
- com.scroogexhtml.converter.ParaPropConfiguration
-
- All Implemented Interfaces:
Serializable
public class ParaPropConfiguration extends Object implements Serializable
Nested property which contains paragraph conversion properties.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParaPropConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isConvertAlignment()
boolean
isConvertIndent()
boolean
isConvertParagraphMargins()
void
setConvertAlignment(boolean newValue)
Set this property to false in order to disable paragraph alignment conversion.void
setConvertIndent(boolean newValue)
Set this property to true to enable conversion of indents.void
setConvertParagraphMargins(boolean newValue)
Set this property to true to enable conversion of paragraph margins.
-
-
-
Method Detail
-
setConvertAlignment
public void setConvertAlignment(boolean newValue)
Set this property to false in order to disable paragraph alignment conversion.- Parameters:
newValue
- the new convertAlignment value- Since:
- 6.6
- See Also:
isConvertAlignment()
- Default value:
- true
-
setConvertIndent
public void setConvertIndent(boolean newValue)
Set this property to true to enable conversion of indents.- Parameters:
newValue
- The new convertIndent value- See Also:
isConvertIndent()
- Default value:
- false
- 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.
-
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:
isConvertParagraphMargins()
- Default value:
- true
-
isConvertAlignment
public boolean isConvertAlignment()
-
isConvertIndent
public boolean isConvertIndent()
-
isConvertParagraphMargins
public boolean isConvertParagraphMargins()
-
-