PDFix SDK  6.12.0
PdsTextRun Struct Referenceabstract

PdsTextRun class. More...

Public Member Functions

virtual PdsTextGetTextObject ()=0
 Tests whether content mark is equal to other content mark. More...
 
virtual int GetFirstCharIndex () const =0
 Get index of the first textrun's character in the associated text object. More...
 
virtual int GetLastCharIndex () const =0
 Get index of the last textrun's character in the associated text object. More...
 

Detailed Description

PdsTextRun class.

PdsTextRun represents subest of character of the text object (PdsText).

See also PdeTextRun.

Member Function Documentation

◆ GetFirstCharIndex()

virtual int PdsTextRun::GetFirstCharIndex ( ) const
pure virtual

Get index of the first textrun's character in the associated text object.

Returns
index of the first character

◆ GetLastCharIndex()

virtual int PdsTextRun::GetLastCharIndex ( ) const
pure virtual

Get index of the last textrun's character in the associated text object.

Returns
index of the last character

◆ GetTextObject()

virtual PdsText* PdsTextRun::GetTextObject ( )
pure virtual

Tests whether content mark is equal to other content mark.

Parameters
markpointer to the other PdsContentMark structure
Returns
true if content marks are equal