Sort Score
Result 10 results
Languages All
Labels All
Results 4,861 - 4,870 of 151,020 for

2

(0.1 sec)
  1. Latest Aspose.Note Product Family topics - Free...

    Get technical support of Aspose.Note for .NET and Java....properly rendered when saving to PDF 2 78 March 24, 2025 Key Not found...17, 2024 Aspose.note features 2 228 November 13, 2024 HyperLink...

    forum.aspose.com/c/note/28
  2. Create SVG, Load and Read SVG in C# – Aspose.SV...

    Learn how to create SVG from a memory string, stream, or file; how to load SVG from the Web and read SVG using Aspose.SVG for .NET API.... Svg ; 2 ... 3 4 // Initialize an empty...snippet: Copy 1 using Aspose. Svg ; 2 using System. IO ; Copy 1 // Create...

    docs.aspose.com/svg/net/create-svg-document/
  3. Adding an Image as a Paragraph causes infinite ...

    I am converting images to PDFs. When using specific settings, like a 2cm Margin this causes the call of Aspose.PDF.Document.Save or Aspose.PDF.Document.ProcessParagraphs to process infinitely, until the program crashes w…...3465; var margins = 2 * POINTS_PER_CENTIMETER; var document...SetPageSize(width + 2 * margins, height + 2 * margins); page.Paragraphs...

    forum.aspose.com/t/adding-an-image-as-a-paragra...
  4. FieldOptions.ResultFormatter | Aspose.Words for...

    Discover how the ResultFormatter property in FieldOptions enhances your data presentation by customizing field result formats for clarity and impact.... InsertField ( " = 2 + 3 \\# $###" ); Assert . That...Numeric ), Is . EqualTo ( 1 )); // 2 - Date/time: builder . InsertField...

    reference.aspose.com/words/net/aspose.words.fie...
  5. IFieldResultFormatter.formatNumeric method | As...

    IFieldResultFormatter.formatNumeric method. Called when Aspose.Words applies a numeric format switch, i.e... insertField ( " = 2 + 3 \\# $###" ); expect ( doc...numeric )). toEqual ( 1 ); // 2 - Date/time: builder . insertField...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Document.revisions property | Aspose.Words for ...

    Document.revisions property. Gets a collection of revisions (tracked changes) that exist in this document.... assertEqual ( 2 , doc . revisions . count ) #.... write ( 'This is revision #2.' ) # Now move the node to create...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Revision.group property | Aspose.Words for Python

    Revision.group property. Gets the revision group... assertEqual ( 2 , doc . revisions . count ) #.... write ( 'This is revision #2.' ) # Now move the node to create...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FootnoteOptions.numberStyle property | Aspose.W...

    FootnoteOptions.numberStyle property. Specifies the number format for automatically numbered footnotes.... write ( "Text 2. " ); builder . insertFootnote...FootnoteType . Footnote , "Footnote 2." ); builder . write ( "Text 3...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 删除分节符影响书签标记 - Free Support Forum - aspose.com

    Document document = new Document("input.docx"); for (int i = document.getSections().getCount() - 2; i >= 0; i--) { document.getLastSection().prependContent(document.getSections().get(i)); …...getCount() - 2; i >= 0; i--) { document.getLastSection()...Discourse May 9, 2025, 8:20pm 2 @Crane 要在删除分节符的同时保持书签不变,您可以在合...

    forum.aspose.com/t/topic/312511
  10. RowFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.RowFormat class. Represents all formatting for a table row... write ( "Row 1, Col 2" ); builder . endRow (); // Changing...insertCell (); builder . write ( "Row 2, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...