Represents options when adding the watermark to a Spreadsheet header/footer....SpreadsheetWatermark Initializes a new instance of the SpreadsheetWatermark...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...
All Classes Packages com.groupdocs.merger com.groupdocs.merger.domain com.groupdocs.merger.domain.common com.groupdoc......splitStreamFactory) Initializes a new instance of the SplitOptions...int[] pageNumbers) Initializes a new instance of the SplitOptions...
You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods:
import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *
* This is an example of ILogger implementation, tracking count of error messages. *
*/ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = New ArrayList(); _traces = New ArrayList(); _warnings = New ArrayList(); } public void error(String message) { _errors....Consulting Blog Knowledge Base New Releases Status Websites aspose..._errors = new ArrayList < String >(); _traces = new ArrayList...
All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......OverflowException () Initializes a new instance of the OverflowException...String message) Initializes a new instance of the OverflowException...
This article explains that how to parse data from PDF documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( Constants . SampleCarWashPdf...
Provides options for the page orientation....orientationMode) Initializes a new instance of the OrientationOptions...int[] pageNumbers) Initializes a new instance of the OrientationOptions...
This article explains how to save images with various image format types....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...
Document template is set by Template class. It contains template items - fields and tables....Consulting Blog Knowledge Base New Releases Status Websites aspose...templateField = new TemplateField ( new TemplateFixedPositio ( new Rectangle...
Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page.
Template fields The template field is set by TemplateField class with the following constructor:
TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....Consulting Blog Knowledge Base New Releases Status Websites aspose...templateField = new TemplateField ( new TemplateFixedPositio ( new Rectangle...
GroupDocs.Editor for Java 22.4 Release Notes – the latest updates and fixes....presents several small but useful new features, several improvements...of previous releases, these new features, which touch a public...