Click or drag to resize
HyperTextStyles Methods

The HyperTextStyles type exposes the following members.

Methods
  NameDescription
Public methodGetCascadedCustomTextStyles(ListHyperTextStylesText)
Gets the cascaded custom text styles.
Public methodGetCascadedCustomTextStyles(ListHyperTextStylesText) Obsolete.
Public methodGetCascadedLinkStyles(ListHyperTextStylesLinkSubclass)
Gets the cascaded link styles.
Public methodGetCascadedLinkStyles(ListHyperTextStylesLinkSubclass) Obsolete.
Public methodGetCascadedQuadStyles(ListHyperTextStylesQuad)
Gets the cascaded quad styles.
Public methodGetCascadedQuadStyles(ListHyperTextStylesQuad) Obsolete.
Public methodGetCustomTextStyles(ListHyperTextStylesText)
Gets the custom text styles.
Public methodGetCustomTextStyles(ListHyperTextStylesText) Obsolete.
Public methodGetInheritedCustomTextStyles
Gets a table of the inherited custom text styles and the sheets on which they are defined.
Public methodGetInheritedLinkStyles
Gets a table of the inherited link styles and the sheets on which they are defined.
Public methodGetInheritedQuadStyles
Gets a table of the inherited quad styles and the sheets on which they are defined.
Public methodGetInheritedStyles(ListHyperTextStyles)
Gets the inherited styles.
Public methodGetInheritedStyles(ListHyperTextStyles) Obsolete.
Public methodGetLinkStyles(ListHyperTextStylesLinkSubclass)
Gets the link styles.
Public methodGetLinkStyles(ListHyperTextStylesLinkSubclass) Obsolete.
Public methodGetQuadStyles(ListHyperTextStylesQuad)
Gets the quad styles.
Public methodGetQuadStyles(ListHyperTextStylesQuad) Obsolete.
Public methodSetCustomTextStyles(IEnumerableHyperTextStylesText) Obsolete.
Public methodSetCustomTextStyles(IListHyperTextStylesText)
Sets the custom text styles.
Public methodSetDirty
Sets this instance dirty in order to force a styles changed callback.
Public methodSetInheritedStyles(IEnumerableHyperTextStyles) Obsolete.
Public methodSetInheritedStyles(IListHyperTextStyles)
Sets the list of styles to inherit from. Any custom link classes, tags, or quads specified on these sheets will be inherited, with preference given to those specified later in the array. If this instance defines any of the items, they will be considered overrides.
Public methodSetLinkStyles(IEnumerableHyperTextStylesLinkSubclass) Obsolete.
Public methodSetLinkStyles(IListHyperTextStylesLinkSubclass)
Sets the link styles.
Public methodSetQuadStyles(IEnumerableHyperTextStylesQuad) Obsolete.
Public methodSetQuadStyles(IListHyperTextStylesQuad)
Sets the quad styles.
Top
Extension Methods
  NameDescription
Public Extension MethodGetPrefabName
Gets the name of the prefab associated with the supplied instance.
(Defined by ObjectX.)
Public Extension MethodOpenReferencePage
Opens a reference web page generated for the specified object.
(Defined by ObjectX.)
Top
See Also