Sort Score
Result 10 results
Languages All
Labels All
Results 8,691 - 8,700 of 133,609 for

2

(0.09 sec)
  1. Aspose::Words::Fields::FieldAutoNum class | Asp...

    Aspose::Words::Fields::FieldAutoNum class. Implements the AUTONUM field. To learn more, visit the documentation article in C++....-> Writeln ( u " \t Paragraph 2." ); // The separator character...second AUTONUM field will display "2." in the document. ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Other managing TeX options | C++

    Conversion functionality of Aspose.TeX API solution for C++ lets set the initial interaction mode in which the engine starts. Here are some code examples.... 2 ... 3 // Set the interaction mode...conversion options instance. 2 ... 3 // Set the job name. 4 options...

    docs.aspose.com/tex/cpp/other-options/
  3. AbsorbedTable cannot extract the merged cells -...

    Hi, When I try to get the merged cells which positions are right by the other cells, Aspose pdf cannot extract into TableAbsorber, does there any solution for this problem? Looking forward to your response. In this JPG…...Discourse April 29, 2025, 9:26am 2 @Rachel_Lee It seems that you...I used version Aspose Pdf 25.2 Rachel_Lee April 30, 2025, 1:37am...

    forum.aspose.com/t/absorbedtable-cannot-extract...
  4. System.MissingMethodException in Aspose.pdf - n...

    Was able to narrow this down to a small block of code: Using oFS As New IO.FileStream(path:=sPageImage, mode:=IO.FileMode.Create) oPage.Resources.Images.Item(1).Save(stream:=oFS, …...Family rozeboosje May 22, 2025, 2:28pm 1 Was able to narrow this... rozeboosje May 22, 2025, 2:52pm 2 Okay I have to admit I’m confused...

    forum.aspose.com/t/system-missingmethodexceptio...
  5. IStructuredDocumentTag.sdt_type property | Aspo...

    IStructuredDocumentTag.sdt_type property. Gets type of this Structured document tag.... RICH_TEXT , tags [ 2 ] . sdt_type ) See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Extracting RAR Archives | Aspose.Zip Documentation

    Learn how to extract RAR archives in Java with detailed steps and solutions to common issues....rar" )) { 2 try (FileOutputStream destination...new File( "encrypted.rar" ); 2 try (RarArchive archive = new...

    docs.aspose.com/zip/java/extracting-rar-archives/
  7. Collect files to TAR and compress via C# | Aspo...

    Examples of using a C# library to compose TAR archive....Create)) 2 { 3 FileInfo fi1 = new FileInfo(...var archive = new TarArchive()) 2 { 3 archive.CreateEntry( "text...

    docs.aspose.com/zip/net/tar-archiving/
  8. ListFormat.removeNumbers method | Aspose.Words ...

    ListFormat.removeNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero....words allows:" ); // 2 - A numbered list: // Numbered...These items will have symbols of "2.", and "3." builder . writeln...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 使用C++为交替行和列应用条件格式阴影|Documentation

    如何在C++中使用Aspose.Cells库为交替行列的条件格式添加阴影。通过调整这些条件,您可以更好地控制单元格的外观和显示。... SetFormula1 ( u "=MOD(ROW(),2)=0" ); // Set the background color...为了将底纹应用于交替列,您只需将公式**=MOD(ROW(),2)=0**更改为**=MOD(COLUMN(),2)=0**,即不再获取行索引,而是修改公式以检索列索引。...

    docs.aspose.com/cells/zh/cpp/apply-shading-to-a...
  10. FieldIf class | Aspose.Words for Python

    aspose.words.fields.FieldIf class. Implements the IF field... write ( ' \n Statement 2: ' ) field = builder . insert_field...'=' field . right_expression = '2 + 3' field . true_text = 'True'...

    reference.aspose.com/words/python-net/aspose.wo...