Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 325 for

boolean

(0.02 sec)
  1. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....you will need to pass the Boolean flag to the class constructor...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  2. Use advanced logging | GroupDocs

    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....String > _warnings ; public boolean hasErrors () { return _errors...

    docs.groupdocs.com/redaction/java/use-advanced-...
  3. Searching | GroupDocs

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps.... Boolean search Case sensitive search...

    docs.groupdocs.com/search/java/searching/
  4. How to Edit XML File | GroupDocs

    This article demonstrates how to edit XML files and XML documents using Node.js via Java.... the fixIncorrectStructur boolean flag is introduced. If enabled...public members: isDefault : Boolean property that indicates whether...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  5. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....you will need to pass the Boolean flag to the class constructor...

    docs.groupdocs.com/redaction/python-net/pre-ras...
  6. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....new properties: integer and boolean flag . Both of them have “usual”...setSlideNumber () {} public boolean getInsertAsNewSlide () {} public...

    docs.groupdocs.com/editor/java/inserting-edited...
  7. Float and paginal modes | GroupDocs

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....in the , which obtains one boolean parameter of the same name...contains the same property — boolean flag, which, like the same...

    docs.groupdocs.com/editor/net/float-and-paginal...
  8. Upcoming Release of GroupDocs.Search for Java

    We are about to release GroupDocs.Search for Java, a full-featured, back-end API that could easily be utilized by Java developers in their projects. It is a fascinating document search API that extracts text and metadata from documents. Furthermore, it performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithms. API also supports full-text search. Features Offered by GroupDocs.Search for JavaGroupDocs will keep on updating this API with new features....Search Queries # Simple Queries Boolean Queries Regular Expression...

    blog.groupdocs.com/search/upcoming-release-of-g...
  9. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API by removing the unused (orphaned) resources and thus to reduce the file size....new public properties of the boolean type: setRemoveUnusedObjec(...types: name, string, number, boolean, null object, dictionary, array...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. Optimize the PDF file by removing unused resour...

    Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing file size....new public properties of the boolean type: remove_unused_objects...types: name, string, number, boolean, null object, dictionary, array...

    docs.groupdocs.com/viewer/python-net/optimizati...