BoundingBoxExtent ShapeCollection class はスライド上のシェイプのコレクションを表します。実装しています IShapeCollection および Iterable<IShape>.
BoundingBoxExtent: org.aspose.slides.foss
BoundingBoxExtent
BoundingBoxExtent
| BoundingBoxExtent | BoundingBoxExtent | BoundingBoxExtent |
|---|
get(int index) | IShape | ゼロベースのインデックスでシェイプを取得します。. |
size() | int | シェイプの数。. |
indexOf(IShape shape) | int | 指定されたシェイプのインデックス、または -1。. |
iterator() | Iterator<IShape> | すべてのシェイプを反復処理します。. |
ThreeDFormat クラスは、ベベル、押し出しの深さ、輪郭、カメラ位置、照明、マテリアルなど、シェイプの 3-D ビジュアル効果を制御します。Shape.ThreeDFormat でアクセスできます。
| BoundingBoxExtent | BoundingBoxExtent | BoundingBoxExtent |
|---|
addAutoShape(ShapeType, double x, double y, double w, double h) | IAutoShape | オートシェイプを追加します。. |
addAutoShape(ShapeType, double x, double y, double w, double h, boolean createFromTemplate) | IAutoShape | テンプレートオプション付きのオートシェイプを追加します。. |
addConnector(ShapeType, double x, double y, double w, double h) | IConnector | コネクタシェイプを追加します。. |
addPictureFrame(ShapeType, double x, double y, double w, double h, IPPImage image) | IPictureFrame | 画像フレームを追加します。. |
addTable(double x, double y, double[] colWidths, double[] rowHeights) | ITable | テーブルを追加します。. |
パッケージ: Aspose.Slides.Foss (net9.0)
| BoundingBoxExtent | BoundingBoxExtent | BoundingBoxExtent |
|---|
insertAutoShape(int index, ShapeType, double x, double y, double w, double h) | IAutoShape | 指定されたインデックスに auto shape を挿入します。. |
insertConnector(int index, ShapeType, double x, double y, double w, double h) | IConnector | 指定されたインデックスに connector を挿入します。. |
insertPictureFrame(int index, ShapeType, double x, double y, double w, double h, IPPImage image) | IPictureFrame | 指定されたインデックスに picture frame を挿入します。. |
insertTable(int index, double x, double y, double[] colWidths, double[] rowHeights) | ITable | 指定されたインデックスに table を挿入します。. |
BoundingBoxExtent
| BoundingBoxExtent | BoundingBoxExtent | BoundingBoxExtent |
|---|
reorderSingle(int newIndex, IShape shape) | void | shape を新しい z-order の位置に移動します。. |
使用例
PVIObject → ThreeDFormat
関連クラス
参照