Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 7,344 for

uri

(0.33 sec)
  1. Aspose::Words::Saving::XamlFlowSaveOptions::get...

    Aspose::Words::Saving::XamlFlowSaveOptions::get_ImagesFolderAlias method. Specifies the name of the folder used to construct image Uris written into an XAML document. Default is an empty string in C++....folder used to construct image URIs written into an XAML document...allows to specify how the image URIs will be constructed. If ImagesFolderAlias...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. XamlFlowSaveOptions.images_folder_alias propert...

    XamlFlowSaveOptions.images_folder_alias property. Specifies the name of the folder used to construct image Uris written into an XAML document...folder used to construct image URIs written into an XAML document...allows to specify how the image URIs will be constructed. If XamlFlowSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ResourceSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.ResourceSavingArgs class, which enhances your document processing by providing essential data for the ResourceSaving event....uniform resource identifier (URI) used to reference the resource...AppendLine ( $"Original document URI:\t{args.Document.OriginalFileName}"...

    reference.aspose.com/words/net/aspose.words.sav...
  4. IResourceLoadingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words loads external resource when importing a document and inserting images using DocumentBuilder in Java....usually are inserted using a URI, or a byte array. // Every instance...predefined shorthands, as opposed to URIs. /// This will separate image...

    reference.aspose.com/words/java/com.aspose.word...
  5. Async OAuth Token and EWS Email Management in C...

    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.... Sets the mailbox URI to the Exchange Web Services...is a string representing the URI of the message to fetch cancellationToken...

    docs.aspose.com/email/net/async-oauth-token-ews...
  6. IResourceSavingCallback Interface | Aspose.Word...

    Control Aspose.Words resource saving with the IResourceSavingCallback interface. Manage images, fonts, and CSS for optimized HTML or SVG documents....AppendLine ( $"Original document URI:\t{args.Document.OriginalFileName}"...mText . AppendLine ( $"Full uri after saving:\t{args.ResourceFileUri}\n"...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 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...
  8. 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...
  9. ResourceSavingArgs class | Aspose.Words for Python

    aspose.words.saving.ResourceSavingArgs class. Provides data for the [IResourceSavingCallback.resource_saving()](../iresourcesavingcallback/resource_saving/#resourcesavingargs) event...resource_file_uri Gets or sets the uniform resource identifier (URI) used...append ( f 'Original document URI: \t { args . document . original_file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 提取链接|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,提取所有链接,并打印其坐标和 Uri(如果可用)。... 打印矩形坐标和 URI。 如果未找到链接,则显示一条消息。 import aspose...action ) print ( f " URI: { action . uri } " ) if count == 0 :...

    docs.aspose.com/pdf/zh/python-net/extract-links/