Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 133,215 for

2

(0.09 sec)
  1. ParagraphFormat.ClearFormatting | Aspose.Words ...

    Reset your paragraph formatting effortlessly with the ClearFormatting method, ensuring a polished and professional look for your documents....Writeln ( "Bulleted list item 2." ); builder . ParagraphFormat...Writeln ( "Numbered list item 2." ); builder . Writeln ( "Numbered...

    reference.aspose.com/words/net/aspose.words/par...
  2. Paragraph.isListItem property | Aspose.Words fo...

    Paragraph.isListItem property. True when the paragraph is an item in a bulleted or numbered list in original revision....writeln ( "Bulleted list item 2." ); builder . paragraphFormat...writeln ( "Numbered list item 2." ); builder . writeln ( "Numbered...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Paragraph.IsListItem | Aspose.Words for .NET

    Discover the Paragraph IsListItem property, indicating if a paragraph is part of a bulleted or numbered list in its original revision. Enhance your document's structure!...Writeln ( "Bulleted list item 2." ); builder . ParagraphFormat...Writeln ( "Numbered list item 2." ); builder . Writeln ( "Numbered...

    reference.aspose.com/words/net/aspose.words/par...
  4. ParagraphFormat.DropCapPosition | Aspose.Words ...

    Discover the ParagraphFormat DropCapPosition property to easily customize your drop cap text position for enhanced document design and readability....Writeln ( "Bulleted list item 2." ); builder . ParagraphFormat...Writeln ( "Numbered list item 2." ); builder . Writeln ( "Numbered...

    reference.aspose.com/words/net/aspose.words/par...
  5. CustomXmlPropertyCollection.add method | Aspose...

    CustomXmlPropertyCollection.add method. Adds a property to the collection....assertEqual ( '2003' , properties [ 2 ] . value ) self . assertEqual...( 3 , properties . count ) # 2 - Remove by name: properties ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FindReplaceOptions.Direction | Aspose.Words for...

    Discover the FindReplaceOptions Direction property to customize your replace function. Choose between Forward and Backward for optimal results.... Writeln ( "Match 2." ); builder . Writeln ( "Match...( new [] { "Match 1" , "Match 2" , "Match 3" , "Match 4" }, callback...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Can't get the picture in the header - Free Supp...

    I am trying to extract the pictures from the header of a word document. But it doesn’t seems to always work. I would like to know if there was a way to get them 100% of the time, thank you ( i am using aspose word python…...lchevallier1299 March 27, 2025, 2:57pm 1 I am trying to extract...noskov March 27, 2025, 3:03pm 2 @lchevallier1299 Could you please...

    forum.aspose.com/t/cant-get-the-picture-in-the-...
  8. ParagraphFormat.drop_cap_position property | As...

    ParagraphFormat.drop_cap_position property. Gets or sets the position for a drop cap text....writeln ( 'Bulleted list item 2.' ) builder . paragraph_format...writeln ( 'Numbered list item 2.' ) builder . writeln ( 'Numbered...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Z Axis with Node.js via C++|Documentation

    Learn how to work with the Z-axis in Aspose.Cells for Node.js via C++. Our guide will help you understand how to configure and customize the Z-axis, including its scale and labels, to enhance your charts.... putValue ( 2 ); worksheet . getCells (). get...(). get ( "B2" ). putValue ( 2 ); worksheet . getCells (). get...

    docs.aspose.com/cells/nodejs-cpp/z-axis/
  10. 使用抽象计算引擎与C++返回值范围|Documentation

    本文介绍如何使用Aspose.Cells库与C++在Microsoft Excel中返回值范围的抽象计算引擎。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法获取值范围并返回结果。最后,我们将修改后的Excel文件保存到磁盘。...12 , 10 , 6 , 30 }) , Object ( 2 )}; Vector < Object > row2 { Object...SetArrayFormula ( u "=MYFUNC()" , 2 , 2 ); Style style = cell . GetStyle...

    docs.aspose.com/cells/zh/cpp/returning-a-range-...