public abstract class Inline extends Node
To learn more, visit the Logical Levels of Nodes in a Document documentation article.
A class derived from Inline can be a child of Paragraph.
| Constructor and Description |
|---|
Inline() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearRunAttrs() |
java.lang.Object |
fetchInheritedRunAttr(int fontAttr) |
java.lang.Object |
getDirectRunAttr(int fontAttr) |
DocumentBase |
getDocument_IInline() |
Font |
getFont()
Provides access to the font formatting of this object.
|
Paragraph |
getParentParagraph_IInline() |
Paragraph |
getParentParagraph()
Retrieves the parent
Paragraph of this node. |
boolean |
isDeleteRevision()
Returns true if this object was deleted in Microsoft Word while change tracking was enabled.
|
boolean |
isFormatRevision()
Returns true if formatting of the object was changed in Microsoft Word while change tracking was enabled.
|
boolean |
isInsertRevision()
Returns true if this object was inserted in Microsoft Word while change tracking was enabled.
|
boolean |
isMoveFromRevision()
Returns true if this object was moved (deleted) in Microsoft Word while change tracking was enabled.
|
boolean |
isMoveToRevision()
Returns true if this object was moved (inserted) in Microsoft Word while change tracking was enabled.
|
void |
removeMoveRevisions() |
void |
removeRunAttr(int key) |
void |
setRunAttr(int fontAttr,
java.lang.Object value) |
accept, dd, deepClone, getAncestor, getAncestor, getCustomNodeId, getDocument, getNextSibling, getNodeType, getParentNode, getPreviousSibling, getRange, getText, isComposite, memberwiseClone, nextPreOrder, nodeTypeToString, previousPreOrder, remove, setCustomNodeId, toString, toString, toString, visitorActionToBoolpublic Paragraph getParentParagraph()
Paragraph of this node.Paragraph value.public Font getFont()
Font value.public boolean isInsertRevision()
public boolean isDeleteRevision()
public boolean isMoveFromRevision()
public boolean isMoveToRevision()
public boolean isFormatRevision()
public Paragraph getParentParagraph_IInline()
public DocumentBase getDocument_IInline()
public java.lang.Object getDirectRunAttr(int fontAttr)
public java.lang.Object fetchInheritedRunAttr(int fontAttr)
public void setRunAttr(int fontAttr,
java.lang.Object value)
public void removeRunAttr(int key)
public void clearRunAttrs()
public void removeMoveRevisions()