Aspose::Pdf::Text::Position class
Position class
Represents a position object.
class Position : public System::Object
Methods
Method | Description |
---|---|
Equals(System::SharedPtr<System::Object>) override | Determines whether the specified object is equal to the current Position object. |
get_XIndent() const | Gets the X coordinate of the object. |
get_YIndent() const | Gets the Y coordinate of the object. |
Position(double, double) | Initializes a new instance of Position class. |
set_XIndent(double) | Gets the X coordinate of the object. |
set_YIndent(double) | Gets the Y coordinate of the object. |
ToString() const override | Gets string representation for the current Position object. |
See Also
- Class Object
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++