|
|||||||||
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.FixedLayoutSpan
public class FixedLayoutSpan
Represents one or more characters in a line.
Constructor Summary | |
---|---|
FixedLayoutSpan()
Initializes a new instance of the FixedLayoutSpan class. |
Method Summary | |
---|---|
java.lang.String |
getKind()
Gets kind of the span. |
DocumentObject |
getParentNode()
Provides the layout node that pertains to this particular entity. |
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, getRectangle, getType |
Constructor Detail |
---|
public FixedLayoutSpan()
Method Detail |
---|
public java.lang.String getKind()
This is a more specific type of the current entity, e.g.bookmark span has Span type and May have either a BOOKMARKSTART or BOOKMARKEND kind.
public java.lang.String getText()
getText
in class LayoutElement
public DocumentObject getParentNode()
This property returns null for spans that originate from Run nodes or nodes that are inside the header or footer.
getParentNode
in class LayoutElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |