Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 19,684 for

2 of

(0.07 sec)
  1. Section.prepend_content method | Aspose.Words f...

    Section.prepend_content method. Inserts a copy Of content Of the source section at the beginning Of this section.... write ( 'Section 2' ) builder . insert_break ( aw...) section = doc . sections [ 2 ] self . assertEqual ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Gaussian Blur Filters|Documentation

    Aspose.Imaging graphic library for .NET (C#) supports kernel filters such Gaussian Blur as well as custom kernels....kernel { { 1 , 2 , 1 ,}, { 2 , 4 , 2 ,}, { 1 , 2 , 1 ,}, }; To...

    docs.aspose.com/imaging/net/developer-guide/man...
  3. Emboss Filters|Documentation

    Aspose.Imaging graphic library for Python supports kernel filters such Emboss3x3 as well as custom kernels....kernel [ [ 2 , 3 , 2 , ], [ 0 , 1 , 0 , ], [ - 2 , - 3 , - 2 , ], ]...

    docs.aspose.com/imaging/python-net/developer-gu...
  4. GradientStopCollection class | Aspose.Words for...

    Aspose.Words.Drawing.GradientStopCollection class. Contains a collection Of [GradientStop](../gradientstop/) objects... at ( 2 ); gradientStops . remove ( gradientStop...gradientStops . count ). toEqual ( 2 ); //expect(gradientStops.at(0)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. BookmarksOutlineLevelCollection.Add | Aspose.Wo...

    Discover how to enhance your project with the BookmarksOutlineLevelCollection Add method, effortlessly adding bookmarks to your collection for better organization.... StartBookmark ( "Bookmark 2" ); builder . Writeln ( "Text...Bookmark 1 and 2." ); builder . EndBookmark ( "Bookmark 2" ); builder...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Chart Worksheet Formulas|Aspose.Slides Document...

    PowerPoint Equations and Spreadsheet Formulas...ObjectExt :: Box < double > ( - 2.5 )); workbook -> GetCell ( 0...value2 = cell2 -> get_Value (); // 2.1 Logical Constants You can use...

    docs.aspose.com/slides/cpp/chart-worksheet-form...
  7. Aspose::Words::CompositeNode::get_LastChild met...

    Aspose::Words::CompositeNode::get_LastChild method. Gets the last child Of the node in C++....builder -> Writeln ( u "Section 2 text." ); // Both sections are...second. ASSERT_EQ ( u "Section 2 text." , doc -> GetText (). Trim...

    reference.aspose.com/words/cpp/aspose.words/com...
  8. 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...
  9. FieldBuilder class | Aspose.Words for Python

    aspose.words.fields.FieldBuilder class. Builds a field from field code tokens (arguments and switches)... get_field_code ()) # 2 - Nested field: # Use a field...left_expression . add_argument ( argument = 2 ) left_expression . add_argument...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldSymbol | Aspose.Words for Java

    Implements a SYMBOL field in Java....writeln(" Line 1"); // 2 - Add a SYMBOL field which displays...\\h"); builder.writeln("Line 2"); // 3 - Add a SYMBOL field which...

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