Representa la tabla de estilos de un documento RTF.

C# | Visual Basic | Visual C++ |
public class RtfStyleSheetTable
Public Class RtfStyleSheetTable
public ref class RtfStyleSheetTable

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | 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.) |

Object | |
![]() | RtfStyleSheetTable |