Aspose::Pdf::Text::TextState::ApplyChangesFrom método

TextState::ApplyChangesFrom method

Aplica la configuración de otro textState.

virtual void Aspose::Pdf::Text::TextState::ApplyChangesFrom(const System::SharedPtr<TextState> &textState)
ParámetroTipoDescripción
textStateconst System::SharedPtr<TextState>&Objeto de estado Text.

Observaciones

Solo se copiarán aquellas propiedades que fueron modificadas explícitamente.

Ver también