C# 클래스 Novacode.Picture

Represents a Picture in this document, a Picture is a customized view of an Image.
파일 보기 프로젝트 열기: WordDocX/DocX 1 사용 예제들

공개 메소드들

메소드 설명
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 ( DocX document, System.Xml.Linq.XElement i, Image img ) : System.Collections.Generic

Wraps an XElement as an Image

SetPictureShape ( object shape ) : void

메소드 상세

Remove() 공개 메소드

Remove this Picture from this document.
public Remove ( ) : void
리턴 void

SetPictureShape() 공개 메소드

Set the shape of this Picture to one in the BasicShapes enumeration.
public SetPictureShape ( BasicShapes shape ) : void
shape BasicShapes A shape from the BasicShapes enumeration.
리턴 void

SetPictureShape() 공개 메소드

Set the shape of this Picture to one in the BlockArrowShapes enumeration.
public SetPictureShape ( BlockArrowShapes shape ) : void
shape BlockArrowShapes A shape from the BlockArrowShapes enumeration.
리턴 void

SetPictureShape() 공개 메소드

Set the shape of this Picture to one in the CalloutShapes enumeration.
public SetPictureShape ( CalloutShapes shape ) : void
shape CalloutShapes A shape from the CalloutShapes enumeration.
리턴 void

SetPictureShape() 공개 메소드

Set the shape of this Picture to one in the EquationShapes enumeration.
public SetPictureShape ( EquationShapes shape ) : void
shape EquationShapes A shape from the EquationShapes enumeration.
리턴 void

SetPictureShape() 공개 메소드

Set the shape of this Picture to one in the FlowchartShapes enumeration.
public SetPictureShape ( FlowchartShapes shape ) : void
shape FlowchartShapes A shape from the FlowchartShapes enumeration.
리턴 void

SetPictureShape() 공개 메소드

Set the shape of this Picture to one in the RectangleShapes enumeration.
public SetPictureShape ( RectangleShapes shape ) : void
shape RectangleShapes A shape from the RectangleShapes enumeration.
리턴 void

SetPictureShape() 공개 메소드

Set the shape of this Picture to one in the StarAndBannerShapes enumeration.
public SetPictureShape ( StarAndBannerShapes shape ) : void
shape StarAndBannerShapes A shape from the StarAndBannerShapes enumeration.
리턴 void