C# 클래스 iTextSharp.text.rtf.table.RtfBorderGroup

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

공개 메소드들

메소드 설명
AddBorder ( int bordersToAdd, int borderStyle, float borderWidth, Color borderColor ) : void
RemoveBorder ( int bordersToRemove ) : void
RtfBorderGroup ( ) : System
RtfBorderGroup ( int bordersToAdd, int borderStyle, float borderWidth, Color borderColor ) : System
WriteContent ( Stream result ) : void

보호된 메소드들

메소드 설명
GetBorders ( ) : Hashtable
RtfBorderGroup ( RtfDocument doc, int borderType, RtfBorderGroup borderGroup ) : System
RtfBorderGroup ( RtfDocument doc, int borderType, int bordersToUse, float borderWidth, Color borderColor ) : System

비공개 메소드들

메소드 설명
SetBorder ( int borderPosition, int borderStyle, float borderWidth, Color borderColor ) : void

메소드 상세

AddBorder() 공개 메소드

public AddBorder ( int bordersToAdd, int borderStyle, float borderWidth, Color borderColor ) : void
bordersToAdd int
borderStyle int
borderWidth float
borderColor Color
리턴 void

GetBorders() 보호된 메소드

protected GetBorders ( ) : Hashtable
리턴 System.Collections.Hashtable

RemoveBorder() 공개 메소드

public RemoveBorder ( int bordersToRemove ) : void
bordersToRemove int
리턴 void

RtfBorderGroup() 공개 메소드

public RtfBorderGroup ( ) : System
리턴 System

RtfBorderGroup() 보호된 메소드

protected RtfBorderGroup ( RtfDocument doc, int borderType, RtfBorderGroup borderGroup ) : System
doc iTextSharp.text.rtf.document.RtfDocument
borderType int
borderGroup RtfBorderGroup
리턴 System

RtfBorderGroup() 보호된 메소드

protected RtfBorderGroup ( RtfDocument doc, int borderType, int bordersToUse, float borderWidth, Color borderColor ) : System
doc iTextSharp.text.rtf.document.RtfDocument
borderType int
bordersToUse int
borderWidth float
borderColor Color
리턴 System

RtfBorderGroup() 공개 메소드

public RtfBorderGroup ( int bordersToAdd, int borderStyle, float borderWidth, Color borderColor ) : System
bordersToAdd int
borderStyle int
borderWidth float
borderColor Color
리턴 System

WriteContent() 공개 메소드

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