Sort Score
Result 10 results
Languages All
Labels All
Results 5,121 - 5,130 of 150,087 for

2

(0.09 sec)
  1. CustomXmlPropertyCollection indexer | Aspose.Wo...

    CustomXmlPropertyCollection indexer. Gets a property at the specified index....assertEqual ( '2003' , properties [ 2 ] . value ) self . assertEqual...( 3 , properties . count ) # 2 - Remove by name: properties ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TextBox.BreakForwardLink | Aspose.Words for .NET

    Discover the TextBox BreakForwardLink method to seamlessly unlink your TextBoxes, enhancing user experience and form navigation. Optimize your UI today!...example: 1-2-3-4 sequence and BreakForwardLink at the 2-nd textbox...textbox will create two sequences 1-2, 3-4. Examples Shows how to link...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 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" }));...

    reference.aspose.com/words/net/aspose.words.rep...
  4. 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-...
  5. Aspose::Words::Section::PrependContent method |...

    Aspose::Words::Section::PrependContent method. Inserts a copy of content of the source section at the beginning of this section in C++....builder -> Write ( u "Section 2" ); builder -> InsertBreak ( Aspose...get_Sections () -> idx_get ( 2 ); ASSERT_EQ ( System :: String...

    reference.aspose.com/words/cpp/aspose.words/sec...
  6. 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...
  7. 使用 Python 管理 PowerPoint 表格中的行和列|Aspose.Slides f...

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 中管理表格的行和列,加速演示文稿的编辑与数据更新。...使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 中管理表格的行和列,加速演示文稿的编辑与数据更新。

    docs.aspose.com/slides/zh/python-net/manage-row...
  8. Easy way for Chart Setup using Chart.SetChartDa...

    Learn how to easily set up charts using the Chart.SetChartDataRange method in Aspose.Cells for C++. Our guide will show you how to specify the data range for your chart, allowing you to create professional and accurate charts with minimal effort.... PutValue ( 2 ); // Second vertical series worksheet...(). Get ( u "C3" ). PutValue ( 2 ); worksheet . GetCells (). Get...

    docs.aspose.com/cells/cpp/easy-way-for-chart-se...
  9. FieldBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldBuilder class to effortlessly create fields using code tokens and switches. Enhance your document automation today!...\\f Arial \\s 25 \\u " )); // 2 - Nested field: // Use a field...leftExpression . AddArgument ( 2 ); leftExpression . AddArgument...

    reference.aspose.com/words/net/aspose.words.fie...
  10. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....remove(); } // 2 - The "Primary" header/footer...cloneWithChildren.getText().trim()); // 2 - Create a clone of a node just...

    reference.aspose.com/words/java/com.aspose.word...