Aspose::Pdf::Operators::SetGlyphsPositionShowText class
SetGlyphsPositionShowText class
Clase que representa el operador TJ (muestra texto con posicionamiento de glifos).
class SetGlyphsPositionShowText : public Aspose::Pdf::Operators::TextShowOperator
Métodos
| Método | Descripción |
|---|---|
| Accept(const System::SharedPtr<IOperatorSelector>&) override | Acepta un objeto visitante para procesar el operador. |
| get_GlyphPositions() const | Devuelve las posiciones de los glifos. |
| get_Text() override | Obtiene el texto del argumento del operador (se ignora el posicionamiento de glifos). |
| SetGlyphsPositionShowText(const System::SharedPtr<System::Collections::Generic::IEnumerable<System::SharedPtr<GlyphPosition>>>&) | Constructor para el operador TJ. |
| ToString() const override | Devuelve la representación de texto del operador. |
Ver también
- Class TextShowOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++