Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 6,367 for

uri

(0.07 sec)
  1. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of secUrity risks. Take a look at common secUrity issues and their solutions in C++....absolute uri auto uri = System :: MakeObject < System :: Uri > ( originalUri...originalUri ); if ( uri -> get_IsAbsoluteUri ()) { return uri -> get_Scheme...

    docs.aspose.com/words/cpp/web-applications-secu...
  2. Listing Messages from Exchange Server using Web...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....folder URI as a parameter. As long as the folder URI is valid...xxxFolderUri property to get the URI of different folders. The rest...

    docs.aspose.com/email/java/listing-messages-fro...
  3. ResourceLoadingArgs.original_uri property | Asp...

    ResourceLoadingArgs.original_Uri property. Original Uri of the resource as specified in imported document....original_uri property ResourceLoadingArgs.original_uri property...property Original URI of the resource as specified in imported document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. SmartTag.accept method | Aspose.Words for Python

    SmartTag.accept method. Accepts a visitor....smart tag's URI to the default value. smart_tag . uri = 'urn:sc...= 'stockticker' smart_tag . uri = 'urn:schemas-microsoft-com:office:smarttags'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CompositeNode.remove_smart_tags method | Aspose...

    CompositeNode.remove_smart_tags method. Removes all [SmartTag](../../../aspose.words.markup/smarttag/) descendant nodes of the current node....smart tag's URI to the default value. smart_tag . uri = 'urn:sc...= 'stockticker' smart_tag . uri = 'urn:schemas-microsoft-com:office:smarttags'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomXmlProperty | Aspose.Words for Java

    Represents a single custom XML attribute or a smart tag property in Java...."2019")); // Set the smart tag's URI to the default value. smartTag...CustomXmlProperty(String name, String uri, String value) Initializes a...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Loading::LoadOptions::get_BaseUr...

    Aspose::Words::Loading::LoadOptions::get_BaseUri method. Gets or sets the string that will be used to resolve relative Uris found in the document into absolute Uris when required. Can be null or empty string. Default is null in C++....relative URIs found in the document into absolute URIs when required...is used to resolve relative URIs into absolute in the following...

    reference.aspose.com/words/cpp/aspose.words.loa...
  8. HtmlLoadOptions | Aspose.Words for .NET

    Discover the HtmlLoadOptions constructor, designed to effortlessly initialize instances with default settings for seamless web development....be used to resolve relative URIs to absolute. Can be null or...Shows how to specify a base URI when opening an html document...

    reference.aspose.com/words/net/aspose.words.loa...
  9. SmartTag constructor | Aspose.Words for Python

    SmartTag constructor. Initializes a new instance of the [SmartTag](../) class....smart tag's URI to the default value. smart_tag . uri = 'urn:sc...= 'stockticker' smart_tag . uri = 'urn:schemas-microsoft-com:office:smarttags'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of secUrity risks. Take a look at common secUrity issues and their solutions in Java....protocol = null ; URI uri = new URI ( fileName ); if ( uri . isAbsolute...isAbsolute ()) { protocol = uri . getScheme (); } else { URL url = new...

    docs.aspose.com/words/java/web-applications-sec...