'Declaration
Public Function GetStyleTransition( _
ByVal () As Short, _
ByVal 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)
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.