Aspose::Pdf::Text::TextFragmentState::get_TabStops method

TextFragmentState::get_TabStops method

Gets tabstops for the text.

System::SharedPtr<Aspose::Pdf::Text::TabStops> Aspose::Pdf::Text::TextFragmentState::get_TabStops() const

Remarks

Note that Tabstops property works in new document generation scenarios only. Tabstops may be added during TextFragment initialization. Tabstops must be constructed before the text.

See Also