Méthode | Description | |
---|---|---|
IsDeleted ( ) : bool | ||
IsInHeader ( ) : bool | ||
RtfCell ( ) : System | ||
RtfCell ( IElement element ) : System | ||
RtfCell ( String content ) : System | ||
SetBorders ( |
||
SetInHeader ( bool inHeader ) : void | ||
SetInTable ( bool inTable ) : void | ||
SetRtfDocument ( |
||
WriteContent ( Stream result ) : void | ||
WriteDefinition ( Stream result ) : void |
Méthode | Description | |
---|---|---|
GetBorders ( ) : |
||
GetCellRight ( ) : int | ||
GetCellWidth ( ) : int | ||
GetCellpadding ( ) : int | ||
GetRtfBackgroundColor ( ) : |
||
RtfCell ( |
||
RtfCell ( |
||
RtfCell ( bool deleted ) : System | ||
SetCellMergeChild ( RtfCell mergeParent ) : void | ||
SetCellRight ( int cellRight ) : void | ||
SetCellWidth ( int cellWidth ) : void |
Méthode | Description | |
---|---|---|
ImportCell ( |
||
ImportCell ( |
||
IntToByteArray ( int i ) : byte[] |
protected GetRtfBackgroundColor ( ) : |
||
Résultat |
public RtfCell ( IElement element ) : System | ||
element | IElement | |
Résultat | System |
protected RtfCell ( |
||
doc | ||
row | RtfRow | |
cell | ||
Résultat | System |
protected RtfCell ( |
||
doc | ||
row | RtfRow | |
cell | ||
Résultat | System |
protected RtfCell ( bool deleted ) : System | ||
deleted | bool | |
Résultat | System |
public SetBorders ( |
||
borderGroup | ||
Résultat | void |
protected SetCellMergeChild ( RtfCell mergeParent ) : void | ||
mergeParent | RtfCell | |
Résultat | void |
protected SetCellRight ( int cellRight ) : void | ||
cellRight | int | |
Résultat | void |
protected SetCellWidth ( int cellWidth ) : void | ||
cellWidth | int | |
Résultat | void |
public SetInHeader ( bool inHeader ) : void | ||
inHeader | bool | |
Résultat | void |
public SetRtfDocument ( |
||
doc | ||
Résultat | void |
public WriteContent ( Stream result ) : void | ||
result | Stream | |
Résultat | void |
public WriteDefinition ( Stream result ) : void | ||
result | Stream | |
Résultat | void |