Aspose::Pdf::Annotations::TextStyle clase
TextStyle class
Clase que representa el estilo del texto en la anotación.
class TextStyle : public System::Object
Métodos
| Método | Descripción |
|---|---|
| get_Alignment() | Obtiene la alineación horizontal del texto. |
| get_Color() | Color del texto. |
| get_FontName() | Nombre de la fuente. |
| get_FontSize() | Tamaño de fuente. |
| get_HorizontalAlignment() | Texto alineación. Los valores válidos son: Izquierda, Centro, Derecha. |
| set_Alignment(TextAlignment) | Establece la alineación horizontal del texto. |
| set_Color(System::Drawing::Color) | Color del texto. |
| set_FontName(const System::String&) | Nombre de la fuente. |
| set_FontSize(double) | Tamaño de fuente. |
| set_HorizontalAlignment(Aspose::Pdf::HorizontalAlignment) | Texto alineación. Los valores válidos son: Izquierda, Centro, Derecha. |
| ToString() const override | Representación en cadena de TextStyle. |
Ver también
- Class Object
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++