Método Remove de Aspose::Pdf::Text::FontSubstitutionCollection
FontSubstitutionCollection::Remove method
Elimina el elemento de sustitución de fuentes.
bool Aspose::Pdf::Text::FontSubstitutionCollection::Remove(const System::SharedPtr<FontSubstitution> &item) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| item | const System::SharedPtr<FontSubstitution>& | Objeto FontSubstitution para eliminar. |
ReturnValue
True - si el elemento se eliminó; de lo contrario, false.
Ver también
- Typedef SharedPtr
- Class FontSubstitution
- Class FontSubstitutionCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++