메소드 | 설명 | |
---|---|---|
Remove ( ) : void |
Remove this Picture from this document.
|
|
SetPictureShape ( BasicShapes shape ) : void |
Set the shape of this Picture to one in the BasicShapes enumeration.
|
|
SetPictureShape ( BlockArrowShapes shape ) : void |
Set the shape of this Picture to one in the BlockArrowShapes enumeration.
|
|
SetPictureShape ( CalloutShapes shape ) : void |
Set the shape of this Picture to one in the CalloutShapes enumeration.
|
|
SetPictureShape ( EquationShapes shape ) : void |
Set the shape of this Picture to one in the EquationShapes enumeration.
|
|
SetPictureShape ( FlowchartShapes shape ) : void |
Set the shape of this Picture to one in the FlowchartShapes enumeration.
|
|
SetPictureShape ( RectangleShapes shape ) : void |
Set the shape of this Picture to one in the RectangleShapes enumeration.
|
|
SetPictureShape ( StarAndBannerShapes shape ) : void |
Set the shape of this Picture to one in the StarAndBannerShapes enumeration.
|
메소드 | 설명 | |
---|---|---|
Picture ( |
Wraps an XElement as an Image
|
|
SetPictureShape ( object shape ) : void |
public SetPictureShape ( BasicShapes shape ) : void | ||
shape | BasicShapes | A shape from the BasicShapes enumeration. |
리턴 | void |
public SetPictureShape ( BlockArrowShapes shape ) : void | ||
shape | BlockArrowShapes | A shape from the BlockArrowShapes enumeration. |
리턴 | void |
public SetPictureShape ( CalloutShapes shape ) : void | ||
shape | CalloutShapes | A shape from the CalloutShapes enumeration. |
리턴 | void |
public SetPictureShape ( EquationShapes shape ) : void | ||
shape | EquationShapes | A shape from the EquationShapes enumeration. |
리턴 | void |
public SetPictureShape ( FlowchartShapes shape ) : void | ||
shape | FlowchartShapes | A shape from the FlowchartShapes enumeration. |
리턴 | void |
public SetPictureShape ( RectangleShapes shape ) : void | ||
shape | RectangleShapes | A shape from the RectangleShapes enumeration. |
리턴 | void |
public SetPictureShape ( StarAndBannerShapes shape ) : void | ||
shape | StarAndBannerShapes | A shape from the StarAndBannerShapes enumeration. |
리턴 | void |