AdjustValueCollection

AdjustValueCollection — Aspose.Slides FOSS Java API 레퍼런스

개요

AdjustValueCollection은 OOXML <a:avLst> 요소에 의해 지원되는 도형 조정 컬렉션을 나타냅니다. 이는 IAdjustValueCollection의 전체 공개 인터페이스를 상속하며 아래 표에 문서화된 추가 멤버를 포함할 수 있습니다. 인스턴스는 포함하는 상위 객체에 노출된 팩터리 메서드 또는 컬렉션 속성을 통해 얻을 수 있습니다. 설치 지침 및 관련 유형의 전체 목록은 패키지 문서를 참조하십시오.

패키지: org.aspose.slides.foss


속성

PropertyTypeAccessDescription
gdElementsList<Element>읽기/쓰기gd 요소 값.

방법

MethodReturnsDescription
initInternal(Element avLstElement, Runnable saveCallback)AdjustValueCollection주어진 <a:avLst> 요소에서 이 컬렉션을 초기화합니다.
getGdElements()List<Element><a:avLst> 백업 요소의 <a:gd> 자식 요소들을 반환합니다.
size()intsize 연산을 수행합니다.
get(int index)IAdjustValueget 연산을 수행합니다.
asICollection()List<IAdjustValue>as i collection 연산을 수행합니다.
asIEnumerable()Iterable<IAdjustValue>as i enumerable 연산을 수행합니다.
iterator()Iterator<IAdjustValue>이 컬렉션의 항목을 열거합니다.

또 보기

 한국어