PresentationFormattedTextFragment

PresentationFormattedTextFragment class

Representa un fragmento de texto formateado en un documento de PowerPoint.

public class PresentationFormattedTextFragment : FormattedTextFragment, 
    IPresentationHyperlinkContainer

Propiedades

Nombre Descripción
override BackgroundColor { get; } Obtiene el color de fondo del texto.
override Font { get; } Obtiene la fuente del texto.
override ForegroundColor { get; } Obtiene el color de primer plano del texto.
override Text { get; } Obtiene el texto del fragmento.

Métodos

Nombre Descripción
GetHyperlink(PresentationHyperlinkActionType) Obtiene el hipervínculo asociado al texto.
SetHyperlink(PresentationHyperlinkActionType, string) Establece el hipervínculo asociado al texto.

Ver también