C# 클래스 iTextSharp.text.rtf.text.RtfSection

상속: iTextSharp.text.rtf.RtfElement
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
items System.Collections.ArrayList
title RtfParagraph

공개 메소드들

메소드 설명
RtfSection ( RtfDocument doc, Section section ) : System
SetInHeader ( bool inHeader ) : void
SetInTable ( bool inTable ) : void
WriteContent ( Stream result ) : void

비공개 메소드들

메소드 설명
UpdateIndentation ( float indentLeft, float indentRight, float indentContent ) : void

메소드 상세

RtfSection() 공개 메소드

public RtfSection ( RtfDocument doc, Section section ) : System
doc iTextSharp.text.rtf.document.RtfDocument
section iTextSharp.text.Section
리턴 System

SetInHeader() 공개 메소드

public SetInHeader ( bool inHeader ) : void
inHeader bool
리턴 void

SetInTable() 공개 메소드

public SetInTable ( bool inTable ) : void
inTable bool
리턴 void

WriteContent() 공개 메소드

public WriteContent ( Stream result ) : void
result Stream
리턴 void

프로퍼티 상세

items 보호되어 있는 프로퍼티

protected ArrayList,System.Collections items
리턴 System.Collections.ArrayList

title 보호되어 있는 프로퍼티

protected RtfParagraph,iTextSharp.text.rtf.text title
리턴 RtfParagraph