![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.kit.ExtractTextMode
Represents the extraction text modes which used in the method extractTextInRectangle() at PdfExtractor class.
Field Summary | |
static ExtractTextMode |
PureTextWithNoWidth
An extraction text mode that extracts text contents with no raw text width. |
static ExtractTextMode |
PureTextWithWidth
An extraction text mode that extracts text contents with raw text width. |
Method Summary | |
boolean |
getisWithWidth()
Gets the extract text with raw width or not. |
java.lang.String |
getTextType()
Gets the extract text type. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final ExtractTextMode PureTextWithNoWidth
public static final ExtractTextMode PureTextWithWidth
Method Detail |
public java.lang.String getTextType()
public boolean getisWithWidth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |