IPortionFormatEffectiveData

Interfaz IPortionFormatEffectiveData

Objeto inmutable que contiene propiedades de formato de porción de texto efectivas.

public interface IPortionFormatEffectiveData : IBasePortionFormatEffectiveData

Propiedades

NombreDescripción
AsIBasePortionFormatEffectiveData { get; }Devuelve la interfaz IBasePortionFormatEffectiveData.
BookmarkId { get; }Devuelve el identificador del marcador. Solo lectura String.
HyperlinkClick { get; }Devuelve el hiperenlace definido para clic del ratón. Solo lectura IHyperlink.
HyperlinkMouseOver { get; }Devuelve el hiperenlace definido para pasar el ratón. Solo lectura IHyperlink.

Observaciones

Esta interfaz se utiliza junto con la interfaz IPortionFormat para devolver valores de formato efectivos con herencia aplicada.

Véase también