Метод | Описание | |
---|---|---|
IsShapeBelowText ( ) : bool | ||
RtfShapePosition ( int top, int left, int right, int bottom ) : System | ||
SetShapeBelowText ( bool shapeBelowText ) : void | ||
SetXRelativePos ( int relativePos ) : void | ||
SetYRelativePos ( int relativePos ) : void | ||
SetZOrder ( int order ) : void | ||
WriteContent ( Stream result ) : void |
Метод | Описание | |
---|---|---|
SetIgnoreXRelative ( bool ignoreXRelative ) : void | ||
SetIgnoreYRelative ( bool ignoreYRelative ) : void |
public RtfShapePosition ( int top, int left, int right, int bottom ) : System | ||
top | int | |
left | int | |
right | int | |
bottom | int | |
Результат | System |
protected SetIgnoreXRelative ( bool ignoreXRelative ) : void | ||
ignoreXRelative | bool | |
Результат | void |
protected SetIgnoreYRelative ( bool ignoreYRelative ) : void | ||
ignoreYRelative | bool | |
Результат | void |
public SetShapeBelowText ( bool shapeBelowText ) : void | ||
shapeBelowText | bool | |
Результат | void |
public SetXRelativePos ( int relativePos ) : void | ||
relativePos | int | |
Результат | void |
public SetYRelativePos ( int relativePos ) : void | ||
relativePos | int | |
Результат | void |
public WriteContent ( Stream result ) : void | ||
result | Stream | |
Результат | void |