Sort Score
Result 10 results
Languages All
Labels All
Results 4,981 - 4,990 of 148,085 for

2

(0.14 sec)
  1. Accessing Table from Cell and Adding Values ins...

    Access a table from a cell and add values using Aspose.Cells with C++....F6, which is at the offset (2, 2) of the table, also has a value...table . PutCellValue ( 2 , 2 , u "Offset [2,2]" ); // Save the workbook...

    docs.aspose.com/cells/cpp/accessing-table-from-...
  2. Aspose::Words::Fields::FieldIf::get_FalseText m...

    Aspose::Words::Fields::FieldIf::get_FalseText method. Gets or sets the text displayed if the comparison expression is false in C++....builder -> Write ( u " \n Statement 2: " ); field = System :: ExplicitCast...field -> set_RightExpression ( u "2 + 3" ); field -> set_TrueText...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Fields::FieldIf::get_TrueText me...

    Aspose::Words::Fields::FieldIf::get_TrueText method. Gets or sets the text displayed if the comparison expression is true in C++....builder -> Write ( u " \n Statement 2: " ); field = System :: ExplicitCast...field -> set_RightExpression ( u "2 + 3" ); field -> set_TrueText...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::TextColumnCollection::get_Spacin...

    Aspose::Words::TextColumnCollection::get_Spacing method. When columns are evenly spaced, gets or sets the amount of space between each column in points in C++....100 ); columns -> SetCount ( 2 ); builder -> Writeln ( u "Column...builder -> Writeln ( u "Column 2." ); doc -> Save ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words/tex...
  5. Aspose::Words::Markup::CustomPartCollection::Cl...

    Aspose::Words::Markup::CustomPartCollection::Clone method. Makes a deep copy of this collection and its items in C++....docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...get_PackageCustomParts () -> RemoveAt ( 2 ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Aspose::Words::Markup::CustomPartCollection::ge...

    Aspose::Words::Markup::CustomPartCollection::get_Count method. Gets the number of elements contained in the collection in C++....docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...get_PackageCustomParts () -> RemoveAt ( 2 ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Aspose::Words::Markup::CustomPart::Clone method...

    Aspose::Words::Markup::CustomPart::Clone method. Makes a "deep enough" copy of the object. Does not duplicate the bytes of the Data value in C++....docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...get_PackageCustomParts () -> RemoveAt ( 2 ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. Word to PDF does not support ADVANCE Field - Fr...

    Hi, Words does not seem to support the { ADVANCE } field when saving as PDF. I have attached a sample document. Advance.docx (13.1 KB) The expectation is for the “2” to be moved down the page in the the converted docu…...KB) The expectation is for the “2” to be moved down the page in...Discourse December 16, 2025, 12:14am 2 @GaryO The document you attached...

    forum.aspose.com/t/word-to-pdf-does-not-support...
  9. Key Not Present Error When Extracting Items by ...

    Hi when using unique ID to extract / save single item from storage (pst/ost///) this is thrown: The given key was not present in the dictionary. This does not happen with 25.8...Discourse October 10, 2025, 7:56pm 2 @australian.dev.nerds It appears...australian.dev.nerds October 27, 2025, 2:06pm 3 Same for this, how to report...

    forum.aspose.com/t/key-not-present-error-when-e...
  10. Grouping and Ungrouping Rows and Columns in Pyt...

    Learn how to Group and Ungroup Rows and Columns through the Aspose.Cells for Python Via Java API....first three columns (from 0 to 2) and making them hidden by passing...True cells . groupColumns ( 0 , 2 , True ) # Saving the modified...

    docs.aspose.com/cells/java/grouping-and-ungroup...