'Declaration Public Overloads Function GetGraphicsFigureGroups( _
ByVal paragraphMaxDistanceThe count of space symbols between paragraphs, which are located on the same base line.As Single, _
ByVal enableSkewTextA value indicating whether text with skewing is allowable.As Boolean, _
ByVal createForTabA value indicating whether graphics figures will be used for inserting Tab-character in DOCX document.As Boolean _
) As Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure[]
public Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure[] GetGraphicsFigureGroups(
float paragraphMaxDistance,
bool enableSkewText,
bool createForTab
)
public: Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure*[] GetGraphicsFigureGroups(
float paragraphMaxDistance,
bool enableSkewText,
bool createForTab
)
public:
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure^[] GetGraphicsFigureGroups(
float paragraphMaxDistance,
bool enableSkewText,
bool createForTab
)
Parameters
- paragraphMaxDistance
- The count of space symbols between paragraphs, which are located on the same base line.
- enableSkewText
- A value indicating whether text with skewing is allowable.
- createForTab
- A value indicating whether graphics figures will be used for inserting Tab-character in DOCX document.
Return Value
The graphics figure groups.