Sort Score
Result 10 results
Languages All
Labels All
Results 4,841 - 4,850 of 20,609 for

2 of

(0.06 sec)
  1. Aspose::Words::Tables::Table::get_TopPadding me...

    Aspose::Words::Tables::Table::get_TopPadding method. Gets or sets the amount Of space (in points) to add above the contents Of cells in C++....builder -> Write ( u "Row 1, cell 2." ); builder -> EndTable (); //...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Aspose::Words::Story::get_Tables method | Aspos...

    Aspose::Words::Story::get_Tables method. Gets a collection Of tables that are immediate children Of the story in C++....-> get_Count ()); ASSERT_EQ ( 2 , tables -> idx_get ( 1 ) -> get_Rows...

    reference.aspose.com/words/cpp/aspose.words/sto...
  3. Getting error with a PDF 2.0 file: “Pdf version...

    Hi, I’m using Aspose.PDF 25.4.0 and I still get this error with a PDF 2.0 file: “Pdf version 2.0 does not supported yet.” This error happens in the “Aspose.Pdf.Document.Validate” method: Aspose.Pdf.Document newDoc = …...Getting error with a PDF 2.0 file: “Pdf version 2.0 does not supported...error with a PDF 2.0 file: “ Pdf version 2.0 does not supported...

    forum.aspose.com/t/getting-error-with-a-pdf-2-0...
  4. Inline Class | Aspose.Words for .NET

    Discover the Aspose.Words.Inline class, designed for character formatting in inline nodes. Enhance your document's style without child nodes!...( runs [ 2 ]. IsInsertRevision , Is . True ); // 2 - A "format"...changes. Assert . That ( runs [ 2 ]. IsFormatRevision , Is . True...

    reference.aspose.com/words/net/aspose.words/inl...
  5. FieldIndex.LetterRange | Aspose.Words for .NET

    Discover the FieldIndex LetterRange property to efficiently set or retrieve a specific letter range, optimizing your indexing performance....span over 2 columns. index . NumberOfColumns = "2" ; // Set any...( " INDEX \\z 1033 \\h A \\c 2 \\p a-c" )); // These next two...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Convert HTML to Markdown – C# Examples and Onli...

    Convert HTML to MD using Aspose.HTML for .NET. Consider various HTML to Markdown conversion scenarios in C# examples. Try online HTML Converter....Convert HTML to Markdown in C# 2 3 // Prepare HTML code and save..."<h1>Header 1</h1>" + 5 "<h2>Header 2</h2>" + 6 "<p>Convert HTML to...

    docs.aspose.com/html/net/convert-html-to-markdown/
  7. DocumentPropertyCollection indexer | Aspose.Wor...

    DocumentPropertyCollection indexer. Returns a [DocumentProperty](../../documentproperty/) object by index....of custom document property #2' ) print ( 'Custom Properties:'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldCollection.remove_at method | Aspose.Words...

    FieldCollection.remove_at method. Removes a field at the specified index from this collection and from the document.... count ) # 2 - Get the collection to remove...an index: fields . remove_at ( 2 ) self . assertEqual ( 3 , fields...

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

    Discover Aspose.Words.ParagraphCollection for seamless access to structured Paragraph nodes, enhancing document manipulation and efficiency in your projects.... (2 indexers) Methods Name Description...to a new array of paragraphs. (2 methods) Examples Shows how to...

    reference.aspose.com/words/net/aspose.words/par...
  10. Word 有序列表、嵌套列表解析失效 - Free Support Forum - aspos...

    当前使用版本 Aspose.Words for Java 23.10 ,使用时发现三个列表解析问题: 1、无法解析成嵌套列表 2、无法解析成嵌套列表,而且缩进变成了   空格符代替 3、不同序号类型无法解析成序号,全部是p 标签 参考附件: xuhao.docx (12.1 KB)...Discourse July 21, 2025, 8:39am 2 @JLong_Chen Cause The issues you’re...applyListStyle(list); builder.writeln("Item 2"); // Create a nested list builder...

    forum.aspose.com/t/word/315453