Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.kit
Class ExtractTextMode

java.lang.Object
  extended bycom.aspose.pdf.kit.ExtractTextMode

public class ExtractTextMode
extends java.lang.Object

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

PureTextWithNoWidth

public static final ExtractTextMode PureTextWithNoWidth
An extraction text mode that extracts text contents with no raw text width.


PureTextWithWidth

public static final ExtractTextMode PureTextWithWidth
An extraction text mode that extracts text contents with raw text width.

Method Detail

getTextType

public java.lang.String getTextType()
Gets the extract text type.

Returns:
text type.

getisWithWidth

public boolean getisWithWidth()
Gets the extract text with raw width or not.

Returns:
text with raw width or not.