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

TextFragmentState::ApplyChangesFrom method

Aplica la configuración de otro textState.

void Aspose::Pdf::Text::TextFragmentState::ApplyChangesFrom(const System::SharedPtr<TextState> &textState) override
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