C# Class iTextSharp.text.rtf.table.RtfBorderGroup

Inheritance: iTextSharp.text.rtf.RtfElement
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
GetBorders ( ) : Hashtable
RtfBorderGroup ( RtfDocument doc, int borderType, RtfBorderGroup borderGroup ) : System
RtfBorderGroup ( RtfDocument doc, int borderType, int bordersToUse, float borderWidth, Color borderColor ) : System

Private Methods

Method Description
SetBorder ( int borderPosition, int borderStyle, float borderWidth, Color borderColor ) : void

Method Details

AddBorder() public method

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

GetBorders() protected method

protected GetBorders ( ) : Hashtable
return System.Collections.Hashtable

RemoveBorder() public method

public RemoveBorder ( int bordersToRemove ) : void
bordersToRemove int
return void

RtfBorderGroup() public method

public RtfBorderGroup ( ) : System
return System

RtfBorderGroup() protected method

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

RtfBorderGroup() protected method

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
return System

RtfBorderGroup() public method

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

WriteContent() public method

public WriteContent ( Stream result ) : void
result Stream
return void