Property | Type | Description | |
---|---|---|---|
PARAGRAPH | byte[] |
Property | Type | Description | |
---|---|---|---|
paragraphStyle |
Method | Description | |
---|---|---|
GetIndentLeft ( ) : int | ||
GetIndentRight ( ) : int | ||
RtfParagraph ( |
||
SetIndentLeft ( int indentLeft ) : void | ||
SetIndentRight ( int indentRight ) : void | ||
SetKeepTogetherWithNext ( bool keepTogetherWithNext ) : void | ||
WriteContent ( Stream result ) : void |
public RtfParagraph ( |
||
doc | ||
paragraph | ||
return | System |
public SetIndentLeft ( int indentLeft ) : void | ||
indentLeft | int | |
return | void |
public SetIndentRight ( int indentRight ) : void | ||
indentRight | int | |
return | void |
public SetKeepTogetherWithNext ( bool keepTogetherWithNext ) : void | ||
keepTogetherWithNext | bool | |
return | void |