Returns a PDF Style object for the specified style in a word.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_word_get_char_style( HIG_PDF_WORDFINDER hWordFinder, HIG_PDF_WORD hWord, LONG nIndex, LPHIG_PDF_STYLE lphStyle ); |
Arguments:
hWordFinder | A word finder object. |
hWord | The word whose character style is obtained. |
nIndex | The index of the style to obtain. The first style in a word has an index of zero. |
lphStyle | The obtained style in the word. Returns NULL if nIndex is greater than the number of styles in the word. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.