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

boolean

(1.22 sec)
  1. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....private int auto_Value ; public boolean isSatisfiedBy ( MetadataProperty...pattern ; } @Override public boolean isSatisfiedBy ( MetadataProperty...

    docs.groupdocs.com/metadata/java/extracting-met...
  2. Extracting property values | GroupDocs

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....} protected void accept ( boolean value ) { System . out . println...println ( String . format ( "Boolean value extracted: %s" , value...

    docs.groupdocs.com/metadata/java/extracting-pro...
  3. 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/
  4. 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-...
  5. 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...
  6. 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...
  7. 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...
  8. 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/net/searching/
  9. 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/
  10. 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...