public class TaggedPdfBlockLevelTextElement extends TaggedPdfTextElement
Its a beta API Represent tagged block level text element
Constructor and Description |
---|
TaggedPdfBlockLevelTextElement(Document doc,
String tag,
String text,
TextState ts)
Its a beta API
Create new tagged text element
with embeded font and
property TextState.Font.IsEmbedded is setted to true automaticaly
|
TaggedPdfBlockLevelTextElement(IDocument doc,
String tag,
String text,
TextState ts,
boolean isConverting)
Its a beta API
Create new tagged text element
with embeded font and
property TextState.Font.IsEmbedded is setted to true automaticaly
|
getPage_Rename_Namesake, setPage_Rename_Namesake
add, getChildElements, getMCID, getPage, getParent, getTag, setMCID, setPage, setTag
public TaggedPdfBlockLevelTextElement(Document doc, String tag, String text, TextState ts)
Its a beta API Create new tagged text element with embeded font and property TextState.Font.IsEmbedded is setted to true automaticaly
doc
- Current documenttag
- Marked tagtext
- Added contetntts
- TextState instancepublic TaggedPdfBlockLevelTextElement(IDocument doc, String tag, String text, TextState ts, boolean isConverting)
Its a beta API Create new tagged text element with embeded font and property TextState.Font.IsEmbedded is setted to true automaticaly
doc
- Current documenttag
- Marked tagtext
- Added contetntts
- TextState instanceisConverting
- is Converting statusCopyright © 2019 Aspose. All Rights Reserved.