# Aspose.Slides for Java 15.5.0의 공용 API 및 이전 버전과 호환되지 않는 변경 사항

> Aspose.Slides for Java의 공용 API 업데이트와 파괴적 변경 사항을 검토하여 PowerPoint PPT, PPTX 및 ODP 프레젠테이션 솔루션을 원활하게 마이그레이션하십시오.

Source: https://docs.aspose.com/slides/ko/java/public-api-and-backwards-incompatible-changes-in-aspose-slides-for-java-15-5-0/
Updated: 2026-06-14

{{% alert color="primary" %}} 
이 페이지에서는 Aspose.Slides for Java 15.5.0 API와 함께 도입된 모든 [추가된](/slides/ko/java/public-api-and-backwards-incompatible-changes-in-aspose-slides-for-java-15-5-0/) 클래스, 메서드, 속성 등과 새로운 제한 사항 및 기타 [변경 사항](/slides/ko/java/public-api-and-backwards-incompatible-changes-in-aspose-slides-for-java-15-5-0/)을 나열합니다.
{{% /alert %}} 
## **공용 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() 메서드가 추가되었습니다. 이 메서드는 슬라이드 보기 모드와 연관된 일반 보기 속성을 가져옵니다.
