Sort Score
Result 10 results
Languages All
Labels All
Results 6,491 - 6,500 of 18,094 for

2 of

(0.16 sec)
  1. FieldBarcode.facing_identification_mark propert...

    FieldBarcode.facing_identification_mark property. Gets or sets the type Of a Facing Identification Mark (FIM) to insert.... LINE_BREAK ) # 2 - Reference a bookmark that stores...

    reference.aspose.com/words/python-net/aspose.wo...
  2. MapiMessage.AttachSignature issue? - Free Suppo...

    Hello, Using sgn As MapiMessage = New Email.SecureEmailManager().AttachSignature(msg, CmsSigner, New SignatureOptions With {.Detached = True}) sgn.Save(SaveTextBoxX.Text, ASPSaveSetOfT) End Using Here source msg can …...samodurov July 24, 2024, 1:20pm 2 Hello, The AttachSignature method...australian.dev.nerds August 27, 2024, 2:43am 8 Hello, Searching my storages...

    forum.aspose.com/t/mapimessage-attachsignature-...
  3. FieldAutoTextList class | Aspose.Words for Python

    aspose.words.fields.FieldAutoTextList class. Implements the AUTOTEXTLIST field...glossary_document , 'AutoText 2' , 'Contents of AutoText 2' ) append_auto_text_entry...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Preserve text effects (shadow, outline, reflect...

    It seems that advanced text effects (used for WordArt or as standalone effects) are not reproduced when converting DOCX documents to HTML....Discourse May 12, 2025, 10:07am 2 @manfro When converting DOCX documents...not converted: Effects (2).docx (15,2 KB) I can consider to use...

    forum.aspose.com/t/preserve-text-effects-shadow...
  5. Convert PSD PSB or AI | products.aspose.com

    Convert Adobe PhotoShop & Illustrator files images and other formats...NET Framework 2, 3.5, 4.0, 4.0CP, .netstandard 2, .NET 5, 6, 7...Net as well as .Net Framework 2.0 + Highly specialized Adobe Formats...

    products.aspose.com/psd/convert/
  6. Convert HTML to XPS Using Java

    Convert HTML to XPS in Java using Aspose.HTML API. Consider various HTML to XPS conversion scenarios in Java code....method to convert HTML to XPS 2 Converter. convertHTML ( "<h1>Convert...HTML code and save it to a file 2 String code = "<span>Hello, World...

    docs.aspose.com/html/java/convert-html-to-xps/
  7. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization.... AreEqual ( 2 , doc . GetChildNodes ( NodeType...cloneWithChildren . GetText (). Trim ()); // 2 - Create a clone of a node just...

    reference.aspose.com/words/net/aspose.words/node/
  8. Rendering Device – C# – Aspose.HTML for .NET

    Learn how to use rendering devices – PdfDevice, XpsDevice, DocDevice, and ImageDevice to render HTML to PDF, XPS, DOCX, and Images....options: Copy 1 // Prepare HTML code 2 string code = @ "<span>Hello,...Prepare path to a source HTML file 2 string documentPath = Path. Combine...

    docs.aspose.com/html/net/rendering-device/
  9. Setting Headers and Footers|Documentation

    This article explains how to programmatically insert an image in the header and footer Of Excel worksheets by setting the header and footer with script commands using the Aspose.Cells for Python via .NET API....right, represented by 0, 1 and 2 respectively. Script – the script...represented by the values 0, 1 and 2 respectively. Byte array – the...

    docs.aspose.com/cells/python-net/setting-header...
  10. How to Add Image to HTML? C# Examples

    Learn how to add images to HTML using C#. Explore different methods, including the `` tag, CSS backgrounds, and inline styles....// Create a new HTML document 2 using (HTMLDocument document =...verifying that paragraphs.Length >= 2 . Use the CreateElement("img")...

    docs.aspose.com/html/net/how-to-articles/how-to...