Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 20,642 for

2 of

(0.22 sec)
  1. OutlineLevel enumeration | Aspose.Words for Python

    aspose.words.OutlineLevel enumeration. Specifies the outline level Of a paragraph in the document....paragraph is at the outline level 2. LEVEL3 The paragraph is at the...writeln ( 'Paragraph outline level 2.' ) # Two paragraphs of the same...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Working with Expressions | Aspose.Tasks Documen...

    Learn how to work with task, resource, and project fields using Aspose.Tasks for Java....// Create new project instance 2 Project project = new Project();...see this helper method below 2 Project project = CreateTestProjectWit();...

    docs.aspose.com/tasks/java/working-with-task-re...
  3. 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...
  4. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type Of break at the beginning Of the section in C++.... NewPage 2 The section starts from a new...( u "This text is in section 2." ); ASSERT_EQ ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/sec...
  5. FieldMergeRec Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeRec class for seamless document merging with the MERGEREC field. Enhance your document automation today!...output of our mail merge will have 2 pages instead of 3. // On page...both display "1". // On page 2, the MERGEREC field will display...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::TabStopCollection class | Aspose...

    Aspose::Words::TabStopCollection class. A collection Of TabStop objects that represent custom tabs for a paragraph or a style. To learn more, visit the documentation article in C++....TabLeader :: Dashes )); ASSERT_EQ ( 2 , tabStops -> get_Count ()); ASSERT_FALSE...Writeln ( u "Start \t Tab 1 \t Tab 2" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/tab...
  7. CustomXmlPart | Aspose.Words for Java

    Represents a Custom XML Data Storage Part custom XML data within a package in Java....get(0)); // 2 - By GUID: Assert.assertEquals(xmlPart...getCustomXmlParts().getCount(), 2); // Iterate through the collection...

    reference.aspose.com/words/java/com.aspose.word...
  8. Show and Hide Rows Columns and Scroll Bars with...

    This article demonstrates how to programmatically display and hide Excel worksheet rows and columns using Node.js via C++. Control the visibility Of scroll bars and hide multiple rows and columns efficiently.... unhideRow ( 2 , 13.5 ); // Unhiding the 2nd...worksheet . getCells (). hideRow ( 2 ); worksheet . getCells (). hideColumn...

    docs.aspose.com/cells/nodejs-cpp/show-and-hide-...
  9. ChartSeries class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartSeries class. Represents chart series properties...toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataLabels . at ( 2 ); dataLabel . format . fill ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CompositeNode.getText method | Aspose.Words for...

    CompositeNode.getText method. Gets the text Of this node and Of all its children....writeln ( "Numbered list item 2" ); builder . writeln ( "Numbered...writeln ( "Bulleted list item 2" ); builder . writeln ( "Bulleted...

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