C# 클래스 Itenso.Rtf.Model.RtfDocumentPropertyCollection

상속: ReadOnlyBaseCollection, IRtfDocumentPropertyCollection
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IRtfDocumentProperty item ) : void
Clear ( ) : void
CopyTo ( IRtfDocumentProperty array, int index ) : void
this ( int index ) : IRtfDocumentProperty
this ( string name ) : IRtfDocumentProperty

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyTo() 공개 메소드

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

this() 공개 메소드

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

this() 공개 메소드

public this ( string name ) : IRtfDocumentProperty
name string
리턴 IRtfDocumentProperty