NRtfTree Library 0.3
RtfStyleSheetTable Class
NamespacesNet.Sgoliver.NRtfTree.UtilRtfStyleSheetTable
NRtfTree Library 0.3 (0.3.3503)
Representa la tabla de estilos de un documento RTF.
Declaration Syntax
C#Visual BasicVisual C++
public class RtfStyleSheetTable
Public Class RtfStyleSheetTable
public ref class RtfStyleSheetTable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RtfStyleSheetTable()()()
Constructor de la tabla de estilos.

AddStyleSheet(RtfStyleSheet)
Añade un nuevo estilo a la tabla de estilos. El estilo se añadirá con un nuevo índice no existente en la tabla.

AddStyleSheet(Int32, RtfStyleSheet)
Añade un nuevo estilo a la tabla de estilos. El estilo se añadirá con el índice de estilo pasado como parámetro.

Count
Número de estilos contenidos en la tabla de estilos.

Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetStyleSheet(Int32)
Recupera un estilo de la tabla de estilos por índice.

GetType()()() (Inherited from Object.)
IndexOf(String)
Índice del estilo cuyo nombre es el pasado como parámetro.

Item[([(Int32])])
Recupera un estilo de la tabla de estilos por índice.

MemberwiseClone()()() (Inherited from Object.)
RemoveStyleSheet(Int32)
Elimina un estilo de la tabla de estilos por índice.

RemoveStyleSheet(RtfStyleSheet)
Elimina de la tabla de estilos el estilo pasado como parámetro.

ToString()()() (Inherited from Object.)
Inheritance Hierarchy
Object
RtfStyleSheetTable

Assembly: NRtfTree (Módulo: NRtfTree) Versión: 0.3.3503.32544