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