StructureTextState

StructureTextState class

Representa la configuración del estado del texto para elementos de estructura de texto y contenido etiquetado (ITextElement, ITaggedContent)

public class StructureTextState

Propiedades

NombreDescripción
BackgroundColor { get; set; }Obtiene o establece el color de fondo del texto.
CharacterSpacing { get; set; }Obtiene o establece el espaciado entre caracteres del texto.
Font { get; set; }Obtiene o establece la fuente del texto.
FontSize { get; set; }Obtiene o establece el tamaño de fuente del texto.
FontStyle { get; set; }Obtiene o establece el estilo de fuente del texto.
ForegroundColor { get; set; }Obtiene o establece el color de primer plano del texto.
HorizontalScaling { get; set; }Obtiene o establece la escala horizontal del texto.
LineSpacing { get; set; }Obtiene o establece el interlineado del texto.
MarginInfo { get; set; }Obtiene o establece el margen para el elemento de estructura de bloque.
StrikeOut { get; set; }Obtiene o establece el tachado del texto.
Subscript { get; set; }Obtiene o establece el subíndice del texto.
Superscript { get; set; }Obtiene o establece el superíndice del texto.
Underline { get; set; }Obtiene o establece el subrayado del texto.
WordSpacing { get; set; }Obtiene o establece el espaciado entre palabras del texto.

Ver también