TextFragment

TextFragment

Overview

TextFragment is a class in Aspose.PDF FOSS for C++.

This class provides 7 methods for working with TextFragment objects in C++ programs. Available methods include: Position, Rectangle, Text, TextFragment, TextState. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
TextFragment()Calls TextFragment on this TextFragment instance.
Text()std::stringCalls Text on this TextFragment instance.
Text(value: std::string)Calls Text(value) on this TextFragment instance.
Rectangle()Aspose::Pdf::RectangleCalls Rectangle on this TextFragment instance.
TextState()Aspose::Pdf::Text::TextFragmentStateCalls TextState on this TextFragment instance.
Position()Aspose::Pdf::Text::PositionCalls Position on this TextFragment instance.
Position(value: Aspose::Pdf::Text::Position)Calls Position(value) on this TextFragment instance.

See Also