Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 475 for

hyperlink

(0.02 sec)
  1. 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()); // ....new PropertyValue ( "test hyperlink base" )); root . getCadPackage...

    docs.groupdocs.com/metadata/java/working-with-c...
  2. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet.... hyperlink-base The base string used...used for evaluating relative hyperlinks in this spreadsheet. application...

    docs.groupdocs.com/parser/java/extract-metadata...
  3. Extract metadata from Microsoft Office Excel sp...

    This article explains that how to extract metadata from Microsoft Office Excel (.xls, .xlsx) spreadsheets.... hyperlink-base The base string used...used for evaluating relative hyperlinks in this spreadsheet. application...

    docs.groupdocs.com/parser/net/extract-metadata-...
  4. Existing objects in diagram document | Document...

    This article explains how to to find and remove watermarks of both types in Visio document.... close (); Removing hyperlink associated with a particular...Java, you can also remove hyperlink associated with a particular...

    docs.groupdocs.com/watermark/java/existing-obje...
  5. Extract metadata from Microsoft Office PowerPoi...

    This article explains that how to extract metadata from Microsoft Office PowerPoint(.ppt, .pptx) presentations... hyperlink-base The base string used...used for evaluating relative hyperlinks in this presentation. application...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks API.... Hyperlinks | WordProcessingSearch ....Count ); } } Searching for hyperlink watermarks You can also set...

    docs.groupdocs.com/watermark/net/searching-wate...
  7. Existing objects in diagrams | Documentation

    This article explains how to to find and remove watermarks of both types in Visio document....vsdx" ); } Removing hyperlink associated with a particular...NET, you can also remove hyperlink associated with a particular...

    docs.groupdocs.com/watermark/net/existing-objec...
  8. Metadata redactions | Documentation

    This article shows that how Java redaction API allows you to replace or remove metadata using filters or search by regular expression....Created time HyperlinkBase 64 Hyperlink base LastPrinted 128 Last...

    docs.groupdocs.com/redaction/java/metadata-reda...
  9. Extract metadata from Microsoft Office Word doc...

    This article explains that how to extract metadata from Microsoft Office Word (.doc, .docx) documents... hyperlink-base The base string used...used for evaluating relative hyperlinks in this document. application...

    docs.groupdocs.com/parser/net/extract-metadata-...
  10. Extract metadata from Microsoft Office PowerPoi...

    To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation.... hyperlink-base The base string used...used for evaluating relative hyperlinks in this presentation. application...

    docs.groupdocs.com/parser/java/extract-metadata...