Aspose::Pdf::LogicalStructure::StructureTextState clase
Contenido
[
Ocultar
]StructureTextState class
Representa la configuración del estado de texto para los elementos TextStructure y TaggedContent (ITextElement, ITaggedContent)
class StructureTextState : public System::Object
Métodos
| Método | Descripción |
|---|---|
| get_BackgroundColor() const | Obtiene el color de fondo del texto. |
| get_CharacterSpacing() const | Obtiene el espaciado de caracteres del texto. |
| get_Font() const | Obtiene la fuente del texto. |
| get_FontSize() const | Obtiene el tamaño de fuente del texto. |
| get_FontStyle() const | Obtiene el estilo de fuente del texto. |
| get_ForegroundColor() const | Obtiene el color de primer plano del texto. |
| get_HorizontalScaling() const | Obtiene la escala horizontal del texto. |
| get_LineSpacing() const | Obtiene el interlineado del texto. |
| get_MarginInfo() const | Obtiene el margen para el elemento de estructura de bloque. |
| get_StrikeOut() const | Obtiene el tachado del texto. |
| get_Subscript() const | Obtiene el subíndice del texto. |
| get_Superscript() const | Obtiene el superíndice del texto. |
| get_Underline() const | Obtiene el subrayado del texto. |
| get_WordSpacing() const | Obtiene el espaciado de palabras del texto. |
| set_BackgroundColor(const System::SharedPtr<Color>&) | Establece el color de fondo del texto. |
| set_CharacterSpacing(System::Nullable<float>) | Establece el espaciado de caracteres del texto. |
| set_Font(const System::SharedPtr<Aspose::Pdf::Text::Font>&) | Establece la fuente del texto. |
| set_FontSize(System::Nullable<float>) | Establece el tamaño de fuente del texto. |
| set_FontStyle(System::Nullable<Text::FontStyles>) | Establece el estilo de fuente del texto. |
| set_ForegroundColor(const System::SharedPtr<Color>&) | Establece el color de primer plano del texto. |
| set_HorizontalScaling(System::Nullable<float>) | Establece la escala horizontal del texto. |
| set_LineSpacing(System::Nullable<float>) | Establece el interlineado del texto. |
| set_MarginInfo(const System::SharedPtr<Aspose::Pdf::MarginInfo>&) | Establece el margen para el elemento de estructura de bloque. |
| set_StrikeOut(System::Nullable<bool>) | Establece tachado para el texto. |
| set_Subscript(System::Nullable<bool>) | Establece el subíndice del texto. |
| set_Superscript(System::Nullable<bool>) | Establece el superíndice del texto. |
| set_Underline(System::Nullable<bool>) | Establece subrayado para el texto. |
| set_WordSpacing(System::Nullable<float>) | Establece el espaciado entre palabras del texto. |
Ver también
- Class Object
- Namespace Aspose::Pdf::LogicalStructure
- Library Aspose.PDF for C++