ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFWord Class / GetStyleTransition Method
Style transitions in a word.
Number of entries requested for the locations of style transitions. The word is searched only until this number of style transitions has been found.




In This Topic
    GetStyleTransition Method
    In This Topic
    Gets the locations of style transitions in a word.
    Syntax
    'Declaration
     
    Public Function GetStyleTransition( _
       ByVal transitionTable() As Short, _
       ByVal size As Short _
    ) As Short
    'Usage
     
    Dim instance As ImGearPDFWord
    Dim transitionTable() As Short
    Dim size As Short
    Dim value As Short
     
    value = instance.GetStyleTransition(transitionTable, size)
    public short GetStyleTransition( 
       short[] transitionTable,
       short size
    )
    public: short GetStyleTransition( 
       short[]* transitionTable,
       short size
    ) 
    public:
    short GetStyleTransition( 
       array<short>^ transitionTable,
       short size
    ) 

    Parameters

    transitionTable
    Style transitions in a word.
    size
    Number of entries requested for the locations of style transitions. The word is searched only until this number of style transitions has been found.

    Return Value

    The locations of style transitions in a word.
    Remarks
    Every word has at least one style transition, at character position zero in the word.
    See Also