AdjustValueCollection

AdjustValueCollection

概述

AdjustValueCollection 是 Aspose.Slides FOSS for Java 的类。. 继承: IAdjustValueCollection.

代表一系列由 OOXML {@code <a:avLst>} 元素支持的形状调整。.

此类提供8种方法,用于在Java程序中使用 AdjustValueCollection 对象。. 可用的方法包括: AdjustValueCollection, asICollection, asIEnumerable, get, getGdElements, initInternal, iterator, size. 所有公共成员都可以在安装 Aspose.Slides FOSS for Java 包后访问任何 Java 的应用程序。. 属性: gdElements.

属性

名称类型Access描述
gdElementsList<Element>阅读返回 {@code <a:gd>} 支持元素的儿童元件。.

方法

Signature描述
AdjustValueCollection()创建一个空白 {@code AdjustValueCollection} 没有支持元素。.
initInternal(avLstElement: Element, saveCallback: Runnable)AdjustValueCollection启动此收藏从所提供的 {@code <a:avLst>} 元素。.
getGdElements()List<Element>返回 {@code <a:gd>} 支持元素的儿童元件。.
size()int返回集中存储的调整值数量
get(index: int)IAdjustValue返回 IAdjustValue 在指定的零基索引数中
asICollection()List<IAdjustValue>返回调整值作为列表
asIEnumerable()Iterable<IAdjustValue>返回调整值为不适用
iterator()Iterator<IAdjustValue>返回一个 Iterator 在收藏中

看也

 中文