Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,304 for

hyperlink

(0.2 sec)
  1. GroupDocs.Parser.Data Namespace - GroupDocs.Par...

    The namespace provides classes which represent parsing results....which is used to represent a hyperlink on the page. PageImageArea...

    apireference.groupdocs.com/parser/net/groupdocs...
  2. <area>: Das Image Map Area-Element - HTML: Hype...

    Das HTML-Element definiert einen Bereich innerhalb einer Bilderkarte, der vordefinierte klickbare Bereiche hat. Eine Bilderkarte ermöglicht es, geometrische Bereiche eines Bildes mit Hypertext-Links zu verbinden....das <area> -Element keinen Hyperlink dar. ping Enthält eine liste...getrennten URLs, an die, wenn der Hyperlink gefolgt wird, POST -Anfragen...

    developer.mozilla.org/de/docs/Web/HTML/Element/...
  3. diff

    Diff types of Compession Type - Aspose.PDF Product Family - Free Support Forum - aspose.com,Compare Two Word Documents in C# ASP.NET | DOC/DOCX Diff...Comparing documents with w:hyperlinks that diff ... (Related: https://forum...com/t/comparing-documents-explodes-w-hyperlinks-into-sequence-of-w-fldchars/241646

    search.aspose.com/q/DIFF.html
  4. 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...
  5. 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...
  6. AnnotationType Enumeration - GroupDocs.Annotati...

    Enumeration that decribes annotation types supported by GroupDocs.Annotation for .NET...annotation type that represents a hyperlink to a remote resource Point...

    apireference.groupdocs.com/annotation/net/group...
  7. Add link annotation | Documentation

    The page describes how to add link annotation to a document using GroupDocs.Annotation for Java....page Link annotation adds a hyperlink to document as shown in the...

    docs.groupdocs.com/annotation/java/add-link-ann...
  8. Free Support Forum - groupdocs.com

    Get FREE technical support for GroupDocs APIs from our developers using free support forum....February 4, 2024 Prevent hyperlink creation for table of content...

    forum.groupdocs.com/
  9. Free Support Forum - groupdocs.com

    Get FREE technical support for GroupDocs APIs from our developers using free support forum....February 4, 2024 Prevent hyperlink creation for table of content...

    forum.groupdocs.com/
  10. 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...