C# 클래스 Itenso.Rtf.Converter.Html.RtfHtmlCssStyleCollection

상속: System.Collections.ReadOnlyCollectionBase, IRtfHtmlCssStyleCollection
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

공개 메소드들

메소드 설명
Add ( IRtfHtmlCssStyle item ) : void
Clear ( ) : void
Contains ( string selectorName ) : bool
CopyTo ( IRtfHtmlCssStyle array, int index ) : void
this ( int index ) : IRtfHtmlCssStyle

메소드 상세

Add() 공개 메소드

public Add ( IRtfHtmlCssStyle item ) : void
item IRtfHtmlCssStyle
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( string selectorName ) : bool
selectorName string
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( IRtfHtmlCssStyle array, int index ) : void
array IRtfHtmlCssStyle
index int
리턴 void

this() 공개 메소드

public this ( int index ) : IRtfHtmlCssStyle
index int
리턴 IRtfHtmlCssStyle