GetDropCapCharParams Method of the Paragraph Object
This method provides access to parameters of a character with the specified position in a paragraph's dropped capital.
Syntax
HRESULT GetDropCapCharParams(
int Pos,
ICharParams** Result
);
Parameters
- Pos
- [in] This variable contains the index of the character inside the paragraph dropped capital.
- Result
- [out, retval] A pointer to the ICharParams* pointer variable that receives the interface pointer of the CharParams object representing the parameters of the dropped capital. result must not be NULL; otherwise, an error code is returned.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM