public abstract class BaseParagraph extends Object
Constructor and Description |
---|
BaseParagraph() |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clones this instance
|
MarginInfo |
getMargin()
Gets a outer margin for paragraph (for pdf generation)
|
boolean |
isKeptWithNext()
Gets a bool value that indicates whether current paragraph remains in the same page along with next paragraph.
|
void |
isKeptWithNext(boolean value)
Sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph.
|
void |
setHorizontalAlignment(int value)
Sets a horizontal alignment of paragraph
|
void |
setMargin(MarginInfo value)
Sets a outer margin for paragraph (for pdf generation)
|
void |
setVerticalAlignment(int value)
Sets a vertical alignment of paragraph
|
public void setVerticalAlignment(int value)
value
- New vertical alignment value.public void setHorizontalAlignment(int value)
value
- New value of horizontal alignment.public MarginInfo getMargin()
public void setMargin(MarginInfo value)
value
- New margin of the paragraph.public boolean isKeptWithNext()
public void isKeptWithNext(boolean value)
value
- New flag value.public Object deepClone()
Copyright © 2018 Aspose. All Rights Reserved.