public abstract class Paragraph extends XmlEntityWithInternals
Modifier and Type | Field and Description |
---|---|
int |
_PositioningType |
float |
FixedHeight |
float |
FixedWidth |
String |
ID |
boolean |
IsDisabled |
boolean |
IsFirstParagraph |
boolean |
IsFirstParagraphInColumn |
boolean |
IsInList |
boolean |
IsKeptTogether |
boolean |
IsKeptWithNext |
boolean |
IsOnOddPage |
float |
Left
Gets or sets a float value that indicates the left position of the paragraph.
|
MarginInfo |
Margin |
String |
ReferenceParagraphID |
float |
Top |
Constructor and Description |
---|
Paragraph() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
completeClone() |
void |
copyTo(Paragraph par) |
int |
getBookmarked()
Get a bool value that indicates whether this paragraph is used as a bookmark item.
|
void |
setBookmarked(int value)
Set a bool value that indicates whether this paragraph is used as a bookmark item.
|
load
public MarginInfo Margin
public boolean IsInList
public boolean IsDisabled
public float Left
Gets or sets a float value that indicates the left position of the paragraph. The unit is point.
PositioningType
public float Top
public int _PositioningType
public String ReferenceParagraphID
public boolean IsFirstParagraph
public boolean IsFirstParagraphInColumn
public boolean IsKeptTogether
public boolean IsKeptWithNext
public boolean IsOnOddPage
public String ID
public float FixedHeight
public float FixedWidth
public abstract Object completeClone()
public int getBookmarked()
Get a bool value that indicates whether this paragraph is used as a bookmark item.
BookmarkIncludeType
public void setBookmarked(int value)
Set a bool value that indicates whether this paragraph is used as a bookmark item.
BookmarkIncludeType
public void copyTo(Paragraph par)
Copyright © 2014 Aspose. All Rights Reserved.