Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 1,511 for

numbers

(0.06 sec)
  1. Licensing and evaluation | Documentation

    GroupDocs.Watermark for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Note Note that there are a number of general policies and practices...

    docs.groupdocs.com/watermark/python-net/licensi...
  2. Vkládání objektů OLE do aplikací Word, Excel, P...

    Vkládejte dokumenty jako objekty OLE do jiných dokumentů aplikace Word, tabulek Excel, prezentací Powerpoint programově v Java pomocí GroupDocs.Merger API....setRowIndex(2); // Set row & column number of Spreasheet to embedded document...

    blog.groupdocs.com/cs/merger/insert-ole-objects...
  3. הכנס אובייקטי OLE ב-Word, Excel, PowerPoint עם ...

    הטמע מסמכים כאובייקטי OLE במסמכי Word אחרים, גיליונות אלקטרוניים של Excel, מצגות Powerpoint באופן תכנותי ב-Java באמצעות GroupDocs.Merger API....setRowIndex(2); // Set row & column number of Spreasheet to embedded document...

    blog.groupdocs.com/he/merger/insert-ole-objects...
  4. Schwärzen Sie PDF- und gescannte Dokumente in J...

    Schwärzen Sie Text in PDF- und anderen Dokumenten mit Java in Ihren Anwendungen. Schwärzen Sie Dokumente, um Text und auch den Text in den eingebetteten Bildern zu schwärzen....RegexRedaction("\\d{4}", marker) // card number parts }; RedactorChangeLog...

    blog.groupdocs.com/de/redaction/redact-text-and...
  5. Wyodrębnij INFORMACJE RIFF i metadane plików WA...

    Wyodrębnij metadane i RIFF INFO plików audio WAV w Javie. Metadata API umożliwia zarządzanie metadanymi w aplikacjach Java....Align: 4 Byte Rate: 176400 Number of Channels: 2 Audio Format:...

    blog.groupdocs.com/pl/metadata/extract-riff-inf...
  6. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....PropertyValue ( "test revision number" )); root . getCadPackage ()...

    docs.groupdocs.com/metadata/java/working-with-c...
  7. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....title, artist, album, track number, etc.The ID3v1 standard was...

    docs.groupdocs.com/metadata/java/handling-the-i...
  8. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....(); p ++) { // Print a page number System . out . println ( String...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....(); p ++) { // Print a page number System . out . println ( String...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java.... To get the number of synonyms in the dictionary...

    docs.groupdocs.com/search/nodejs-java/synonym-d...