Public API Changes in Aspose.PDF for Java 10.4.1
Contents
[
Hide
]
This page lists the public API changes introduced in Aspose.PDF for Java 10.4.1. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in Aspose.PDF for Java which may affect existing code. Any behavior introduced that could be seen as a regression and modifies existing behavior is especially important and is documented here.
Public API and Backwards Incompatible Changes
Changes in com.aspose.pdf.IconFit class:
- public boolean getSpreadOnBorder() -> public boolean isSpreadOnBorder()
Changes in com.aspose.pdf.Measure class:
- public boolean getForceDenominator() -> public boolean isForceDenominator()
Changes in com.aspose.pdf.RedactionAnnotation class:
- public boolean getRepeat() -> public boolean isRepeat()
Changes in com.aspose.pdf.SaveOptions class:
- public boolean getCloseResponse() -> public boolean isCloseResponse()
Changes in com.aspose.pdf.Signature class:
- public boolean getShowProperties() -> public boolean isShowProperties()
Changes in com.aspose.pdf.TextParagraph class:
- public boolean getJustify() -> public boolean isJustify()
Changes in com.aspose.pdf.TextStamp class:
- public boolean getWordWrap() -> public boolean isWordWrap()
- public boolean getJustify() -> public boolean isJustify()
- public boolean getScale() -> public boolean isScale()
Changes in com.aspose.pdf.TextState class:
- public boolean getUnderline() -> public boolean isUnderline()