Aspose.Slides for Java 15.5.0의 공용 API 및 이전 버전과 호환되지 않는 변경 사항

공용 API 변경 사항

CommonSlideViewProperties 클래스 및 ICommonSlideViewProperties 인터페이스가 추가되었습니다

com.aspose.slides.CommonSlideViewProperties 클래스(및 해당 인터페이스 com.aspose.slides.ICommonSlideViewProperties)는 일반 슬라이드 보기 속성(현재는 보기 확대 옵션)을 나타냅니다.

IAxis.getLabelOffset(), setLabelOffset(int) 메서드가 추가되었습니다

IAxis.getLabelOffset(), setLabelOffset(int) 메서드는 레이블과 축 사이의 거리를 가져오고 지정할 수 있게 합니다. 카테고리 축이나 날짜 축에 적용됩니다.

IChartTextBlockFormat.getAutofitType(), setAutofitType(byte) 메서드가 추가되었습니다

com.aspose.slides.IChartTextBlockFormat 인터페이스에 getAutofitType(), setAutofitType(/TextAutofitType/byte) 메서드가 추가되었습니다. 이 값의 변경은 다음 차트 부분에만 특정 영향을 미칠 수 있습니다: DataLabel 및 DataLabelFormat (PowerPoint 2013에서 완전 지원; PowerPoint 2007에서는 렌더링에 효과가 없습니다).

IChartTextBlockFormat.getWrapText(), setWrapText(byte) 메서드가 추가되었습니다

com.aspose.slides.IChartTextBlockFormat 인터페이스에 getWrapText(), setWrapText(/NullableBool/byte) 메서드가 추가되었습니다. 이 값의 변경은 다음 차트 부분에만 특정 영향을 미칠 수 있습니다: DataLabel 및 DataLabelFormat (PowerPoint 2007/2013에서 완전 지원).

IChartTextBlockFormat에 여백을 관리하는 메서드가 추가되었습니다

com.aspose.slides.IChartTextBlockFormat 인터페이스에 getMarginLeft(), setMarginLeft(double), getMarginRight(), setMarginRight(double), getMarginTop(), setMarginTop(double), getMarginBottom(), setMarginBottom(double) 메서드가 추가되었습니다. 이러한 값들의 변경은 다음 차트 부분에만 특정 영향을 미칠 수 있습니다: DataLabel 및 DataLabelFormat (PowerPoint 2013에서 완전 지원; PowerPoint 2007에서는 렌더링에 효과가 없습니다).

ViewProperties.getNotesViewProperties() 메서드가 추가되었습니다

com.aspose.slides.ViewProperties.getNotesViewProperties() 속성이 추가되었습니다. 이 속성은 노트 보기 모드와 연관된 일반 보기 속성을 가져옵니다.

ViewProperties.getSlideViewProperties() 메서드가 추가되었습니다

com.aspose.slides.ViewProperties.getSlideViewProperties() 메서드가 추가되었습니다. 이 메서드는 슬라이드 보기 모드와 연관된 일반 보기 속성을 가져옵니다.