|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.pages.LayoutElement
com.spire.doc.pages.FixedLayoutLine
public class FixedLayoutLine
Represents line of characters of text and inline objects.
Constructor Summary | |
---|---|
FixedLayoutLine()
|
Method Summary | |
---|---|
Paragraph |
getParagraph()
Returns the paragraph that corresponds to the layout entity. |
LayoutCollection<FixedLayoutSpan> |
getSpans()
Provides access to the spans of the line. |
java.lang.String |
getText()
Exports the contents of the entity into a string in plain text format. |
Methods inherited from class com.spire.doc.pages.LayoutElement |
---|
getChildEntities, getPageIndex, getParent, getParentNode, getRectangle, getType |
Constructor Detail |
---|
public FixedLayoutLine()
Method Detail |
---|
public java.lang.String getText()
getText
in class LayoutElement
public Paragraph getParagraph()
This property may return null for some lines such as those inside the header or footer.
public LayoutCollection<FixedLayoutSpan> getSpans()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |