|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecognizedTextPartInfo
This interface presents information about each part of the recognized text. Part of text seems one part, that has all the same characteristics (style, color, etc.). It is divided by the words into parts, if have large text that has the same style.
Method Summary | |
---|---|
Color |
getBackgroundColor()
Gets the color of background this part. |
boolean |
getBold()
Gets the value that indicates whether this part is bold. |
com.aspose.ms.publics.Rectangle |
getBox()
Gets the rectangular area where the text shown in the picture. |
com.aspose.ms.publics.Rectangle[] |
getCharactersBox()
Gets an array of rectangles. |
float[] |
getCharactersQuality()
Gets an array of values specified for some recognition of this character. |
PalFontFamily |
getFont()
Gets the font of this part. |
float |
getFontSize()
Gets the font size of this part. |
boolean |
getItalic()
Gets a value that indicates whether this part is italic. |
String |
getLanguage()
Gets the language of this part. |
String |
getText()
Gets the text of this part. |
Color |
getTextColor()
Gets a color of text this part. |
boolean |
getUnderline()
Gets a value that indicates whether this part is underline. |
Method Detail |
---|
String getText()
com.aspose.ms.publics.Rectangle getBox()
PalFontFamily getFont()
float getFontSize()
boolean getBold()
boolean getItalic()
boolean getUnderline()
Color getTextColor()
Color getBackgroundColor()
float[] getCharactersQuality()
com.aspose.ms.publics.Rectangle[] getCharactersBox()
String getLanguage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |