AdjustValueCollection — Aspose.Slides FOSS Java API リファレンス
概要
AdjustValueCollection は、OOXML <a:avLst> 要素に裏付けられたシェイプの調整コレクションを表します。IAdjustValueCollection の完全なパブリックインターフェイスを継承し、以下の表に記載された追加メンバーを加える場合があります。インスタンスは、包含する親オブジェクトで公開されているファクトリメソッドまたはコレクションプロパティを通じて取得します。インストール手順および関連タイプの完全な一覧については、パッケージドキュメントを参照してください。
パッケージ: org.aspose.slides.foss
プロパティ
| Property | Type | Access | Description |
|---|---|---|---|
gdElements | List<Element> | Read/Write | gd要素の値。 |
方法
| Method | Returns | Description |
|---|---|---|
initInternal(Element avLstElement, Runnable saveCallback) | AdjustValueCollection | 指定された <a:avLst> 要素からこのコレクションを初期化します。 |
getGdElements() | List<Element> | 基になる <a:avLst> 要素の <a:gd> 子要素を返します。 |
size() | int | サイズ操作を実行します。 |
get(int index) | IAdjustValue | 取得操作を実行します。 |
asICollection() | List<IAdjustValue> | as i collection 操作を実行します。 |
asIEnumerable() | Iterable<IAdjustValue> | as i enumerable 操作を実行します。 |
iterator() | Iterator<IAdjustValue> | このコレクション内の項目を列挙します。 |