Aspose::Pdf::Text::TextFragmentState::ApplyChangesFrom method
TextFragmentState::ApplyChangesFrom method
Applies settings from another textState.
void Aspose::Pdf::Text::TextFragmentState::ApplyChangesFrom(System::SharedPtr<TextState> textState) override
Parameter | Type | Description |
---|---|---|
textState | System::SharedPtr<TextState> | Text state object. |
Remarks
Only those properties will be copied that were changed explicitly.
See Also
- Typedef SharedPtr
- Class TextState
- Class TextFragmentState
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++