Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 20,612 for

2 of

(0.06 sec)
  1. Aspose::Words::Lists::ListFormat::ListIndent me...

    Aspose::Words::Lists::ListFormat::ListIndent method. Increases the list level Of the current paragraph by one level in C++....Words allows:" ); // 2 - A numbered list: // Numbered...These items will have symbols of "2.", and "3." builder -> Writeln...

    reference.aspose.com/words/cpp/aspose.words.lis...
  2. XpsSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.XpsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Xps](../../aspose.words/saveformat/#Xps) format...serve as TOC entries of levels 1, 2, and then 3. builder . paragraphFormat...builder . writeln ( "Heading 1.2" ); builder . paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. LoadOptions.baseUri property | Aspose.Words for...

    LoadOptions.baseUri property. Gets or sets the string that will be used to resolve relative URIs found in the document into absolute URIs when required... toBeCloseTo ( 32 , 2 ); expect ( aw . ConvertUtil ...height )). toBeCloseTo ( 32 , 2 ); See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Repeat Table Header Rows on Pages|Aspose.Words ...

    Repeat a header row Of a table on every page. Docx4j does not provide an opportunity to work with a header row.... writeln ( "Heading row 2" ); builder . endRow (); builder...(); builder . write ( "Column 2 Text" ); builder . endRow ();...

    docs.aspose.com/words/java/repeat-table-header-...
  5. Forms2OleControlCollection Class | Aspose.Words...

    Discover the Aspose.Words.Drawing.Ole.Forms2OleControlCollection class, your solution for managing Forms2OleControl objects efficiently in document processing....That ( oleControlCollection [ 2 ]. Caption , Is . EqualTo ( "Delphi"...That ( oleControlCollection [ 2 ]. Value , Is . EqualTo ( "0"...

    reference.aspose.com/words/net/aspose.words.dra...
  6. FieldUnknown | Aspose.Words for Java

    Implements an unknown or unrecognized field in Java....getFieldCode(false)); // 2 - Include its inner fields: Assert...fieldIf.getFieldCode(false)); // 2 - Include its inner fields: Assert...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Fields::FieldCollection::Clear m...

    Aspose::Words::Fields::FieldCollection::Clear method. Removes all fields Of this collection from the document and from this collection itself in C++.... fields -> get_Count ()); // 2 - Get the collection to remove...an index: fields -> RemoveAt ( 2 ); ASSERT_EQ ( 3 , fields -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Save Word document as PDF corrupts Tab markup -...

    Hi. We have very simple Word document, which we would like to save as PDF using Aspose.Words latest version 25.3.0. Unfortunately this operation corrupts document markup (Tabs are lost). Please see attached source docu…...Discourse April 1, 2025, 9:51am 2 @sergii.chyzh It seems that you...location/ sergii.chyzh April 2, 2025, 8:42am 4 Hi @alexey.noskov...

    forum.aspose.com/t/save-word-document-as-pdf-co...
  9. 用 Node.js via C++ 创建和管理 Microsoft Excel 表格|Docu...

    使用Aspose.Cells for Node.js via C++插入、调整大小、编辑、删除和格式化Excel文件中的表格。...要在工作表中创建 {2},使用 {3} 集合属性来自 {4} 类。每个 {5} 实际上是..."Employee" ); cells . get ( 1 , 2 ). putValue ( "Quarter" ); cells...

    docs.aspose.com/cells/zh/nodejs-cpp/create-and-...
  10. Create Tables in NPOI|Aspose.Words for .NET

    Create a table in a document easily and fast instead Of using NPOI in C#.... GetRow ( 2 ). GetCell ( 2 ). SetText ( "only text"...

    docs.aspose.com/words/net/create-tables-in-npoi/