Slides for java -> Pie of Pie -> PieSplitPosition

  1. 只是 new 了这份 PPT,保存之后 PieSplitPosition 的值就发生了改变!
  2. 当 PieSplitPosition = 2 时,会变成 3(78.7 KB)
    。其他情况没问题。
  3. 在代码中手动设置 PieSplitPosition = 2 ,同样不生效。
    t.zip (143.2 KB)

import com.aspose.slides.Presentation;
import com.aspose.slides.SaveFormat;

public class TestPieOfPie {
public void testPieOfPie_PieSplitPosition() {
Presentation presentation = new Presentation(“D:/test.pptx”);
presentation.save(“D:/test1.pptx”, SaveFormat.Pptx);
}
public static void main(String[] args) {
new TestPieOfPie().testPieOfPie_PieSplitPosition();
}
}

@cpych

我在我们的问题跟踪系统中创建了 ID SLIDESJAVA-38561 的问题,以进一步调查和解决该问题。 此线程已与问题相关联,以便在问题解决后您可能会收到通知。

The issues you have found earlier (filed as SLIDESJAVA-38561) have been fixed in Aspose.Slides for Java 22.1 (ZIP).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.