Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 150,113 for

2

(0.68 sec)
  1. 84378744.csv

    Id,Name 1,Jane 2,Doe , Id,Occupation 1,Teacher 2,Engineer 3,Accountant Evaluation Only. Created with Aspose.Cells for Node.js via C++.Copyright 2003 - 2019 Aspose Pty Ltd....Id,Name 1,Jane 2,Doe , Id,Occupation 1,Teacher 2,Engineer 3,Accountant...

    docs.aspose.com/cells/sv/nodejs-cpp/keep-separa...
  2. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...filePathTemplate = u"slide_{0}_shape_{1}_{2}.png"; // the third parameter...st1.pptx"); // and test1 (1) 2 copy.pptx, thumbnailPPT.pptx try...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...
  3. Changing the Hyperlink style when saving as Wor...

    Hi, our customer reported a need to change the Hyperlinks style in the Word documents. They have documents that we convert into PDF. They want to remove the underline and change the color globally, in the output PDF tha…...words-java Mariusz_Pala October 2, 2025, 8:11am 1 Hi, our customer...Professionalize.Discourse October 2, 2025, 8:12am 2 @Mariusz_Pala To change...

    forum.aspose.com/t/changing-the-hyperlink-style...
  4. FieldIf | Aspose.Words for Java

    Implements the IF field in Java....write("\nStatement 2: "); field = (FieldIf) builder...); field.setRightExpression("2 + 3"); field.setTrueText("True");...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldFormat class | Aspose.Words for Python

    aspose.words.fields.FieldFormat class. Provides typed access to field's numeric, date and time, and general formatting...insert_field ( '= 2 + 3' ) self . assertEqual ( '= 2 + 3' , field...update () self . assertEqual ( '= 2 + 3 \\ # $###.00' , field . get_field_code...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::get_Count method. Gets the total number of the items in the collection in C++....InsertField ( u "= 2 + 3" ); ASSERT_EQ ( u "= 2 + 3" , field ->...-> Update (); ASSERT_EQ ( u "= 2 + 3 \\ # $###.00" , field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::RemoveAt method. Removes a general format occurrence at the specified index in C++....InsertField ( u "= 2 + 3" ); ASSERT_EQ ( u "= 2 + 3" , field ->...-> Update (); ASSERT_EQ ( u "= 2 + 3 \\ # $###.00" , field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. FieldBuilder.AddArgument | Aspose.Words for .NET

    Enhance your coding with FieldBuilder's AddArgument method, designed to effortlessly add field arguments for streamlined development....\\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. Aspose::Words::Fields::Field::get_Format method...

    Aspose::Words::Fields::Field::get_Format method. Gets a FieldFormat object that provides typed access to field's formatting in C++....InsertField ( u "= 2 + 3" ); ASSERT_EQ ( u "= 2 + 3" , field ->...-> Update (); ASSERT_EQ ( u "= 2 + 3 \\ # $###.00" , field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....(8‑1/2 in. x 11 in.) PaperLetterSmall Letter Small (8‑1/2 in....Legal (8‑1/2 in. x 14 in.) PaperStatement Statement (5‑1/2 in. x 8‑1/2...

    docs.aspose.com/cells/cpp/setting-page-options/