Sort Score
Result 10 results
Languages All
Labels All
Results 6,371 - 6,380 of 155,139 for

2

(0.42 sec)
  1. TxtListIndentation.count property | Aspose.Word...

    TxtListIndentation.count property. Gets or sets how many [TxtListIndentation.character](../character/) to use as indentation per one list level... writeln ( "Item 2" ); builder . listFormat . listIndent...1 ${ newLine } ` + ` a. Item 2 ${ newLine } ` + ` i. Item 3 ${...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartDataPointCollection.copy_format method | A...

    ChartDataPointCollection.copy_format method. Copies format from the source data point to the destination data point....point with index 2 # so that the data point 2 looks the same as...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::DocumentBuilder::get_CurrentStru...

    Aspose::Words::DocumentBuilder::get_CurrentStructuredDocumentTag method. Gets the structured document tag that is currently selected in this DocumentBuilder in C++....MoveToStructuredDocu ( 1 , 1 ); // 2 - Move to the first character...NodeType :: StructuredDocumentTa , 2 , true )); builder -> MoveToStructuredDocu...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::DocumentBuilder::get_IsAtEndOfSt...

    Aspose::Words::DocumentBuilder::get_IsAtEndOfStructuredDocumentTag method. Returns true if the cursor is at the end of a structured document tag in C++....MoveToStructuredDocu ( 1 , 1 ); // 2 - Move to the first character...NodeType :: StructuredDocumentTa , 2 , true )); builder -> MoveToStructuredDocu...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Aspose.Email for .NET Limitations - Free Suppor...

    Hi, Aspose.Email for .NET offers MAPI API for working with PST. Are there any known limitations for working with PST files created by the library in different Outlooks?? For example, Microsoft Outlook (classic and new)…...email-pst Ilyaabramau July 28, 2025, 2:17pm 1 Hi, Aspose.Email for .NET...Professionalize.Discourse July 28, 2025, 2:18pm 2 @Ilyaabramau Hi, Thank you...

    forum.aspose.com/t/aspose-email-for-net-limitat...
  6. Aspose::Words::TextColumn::get_SpaceAfter metho...

    Aspose::Words::TextColumn::get_SpaceAfter method. Gets or sets the space between this column and the next column in points. Not required for the last column in C++....false ); columns -> SetCount ( 2 ); // Determine the amount of...builder -> Writeln ( u "Wide column 2." ); doc -> Save ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words/tex...
  7. Aspose::Words::TextColumn::get_Width method | A...

    Aspose::Words::TextColumn::get_Width method. Gets or sets the width of the text column in points in C++....false ); columns -> SetCount ( 2 ); // Determine the amount of...builder -> Writeln ( u "Wide column 2." ); doc -> Save ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words/tex...
  8. Aspose.Slides 20.11 Throws Exceptions While Try...

    We process many PPTX files simultaneously. PPTX files seem to have many Excel chart links pointing to the same file. The linked Excel file is in a network share (we do not know if it’s required for reproducing the error…...potapov January 10, 2022, 7:07pm 2 @vikram.venugopal , Thank you...7z (49.4 KB) It contains the 2 projects, running the MainApp...

    forum.aspose.com/t/aspose-slides-20-11-throws-e...
  9. Aspose::Words::TextColumnCollection::idx_get me...

    Aspose::Words::TextColumnCollection::idx_get method. Returns a text column at the specified index in C++....false ); columns -> SetCount ( 2 ); // Determine the amount of...builder -> Writeln ( u "Wide column 2." ); doc -> Save ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words/tex...
  10. X Axis Vs. Category Axis with C++|Documentation

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs.... PutValue ( 2.5 ); worksheet . GetCells ()....(). Get ( u "D5" ). PutValue ( 2 ); // Create Line Chart: X as...

    docs.aspose.com/cells/cpp/x-axis-vs-category-axis/