Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 2,029 for

properties

(0.06 sec)
  1. Metaadatok kinyerése az EPUB-ból C# használatával

    Ebben a cikkben részletezzük a metaadatoknak az EPUB-ból C# használatával történő kinyeréséhez szükséges lépéseket. Emellett egy mintát is biztosítunk az EPUB metaadat-kivonat C# kódjából....kínálnak a read EPUB file property C# funkció hozzáadására Windows...

    kb.groupdocs.com/hu/parser/net/extract-metadata...
  2. Convert to XML or JSON data with advanced optio...

    Learn how to convert documents to XML or JSON data using GroupDocs.Conversion for Java....XML, you must set the Format property to either WebFileType.Json...

    docs.groupdocs.com/conversion/java/convert-to-d...
  3. Add replies to annotation | Documentation

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....User property (by default it is “Guest”)...

    docs.groupdocs.com/annotation/net/add-replies-t...
  4. Enabling language information | Documentation

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Java API....contains the public boolean property: public boolean getEnableLanguageInf...

    docs.groupdocs.com/editor/java/enabling-languag...
  5. Locating signature in the Word header or footer...

    This article explains how to locate signature in the footer and header of Word document....Instantiate the and setup property Call method of class instance...

    docs.groupdocs.com/signature/net/locating-signa...
  6. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...additional options and setup property with instance of Call method...

    docs.groupdocs.com/signature/net/composing-sign...
  7. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API.... Call the to set the property to true . Call the method...

    docs.groupdocs.com/annotation/java/save-only-an...
  8. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...filePath ); // Check IsEncrypted property System . out . println ( info...

    docs.groupdocs.com/parser/java/password-protect...
  9. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text file in java....cast the result to Read the property. The following example shows...

    docs.groupdocs.com/parser/java/detect-encoding/
  10. Password-protected documents | Documentation

    Learn how to open the password-protected documents....document ); // Check IsEncrypted property Console . WriteLine ( info...

    docs.groupdocs.com/parser/net/password-protecte...