Sort Score
Result 10 results
Languages All
Labels All
Results 6,201 - 6,210 of 149,478 for

2

(0.09 sec)
  1. Revision class | Aspose.Words for Python

    aspose.words.Revision class. Represents a revision (tracked change) in a document node or style... assertEqual ( 2 , doc . revisions . count ) #.... write ( 'This is revision #2.' ) # Now move the node to create...

    reference.aspose.com/words/python-net/aspose.wo...
  2. RevisionCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.RevisionCollection class—efficiently manage document revisions with a powerful collection of Revision objects for seamless editing.... EqualTo ( 2 )); // Insert revisions show up.... Write ( "This is revision #2." ); // Now move the node to create...

    reference.aspose.com/words/net/aspose.words/rev...
  3. ConditionalStyle | Aspose.Words for Java

    Represents special formatting applied to some area of a table with assigned table style in Java....write("Cell 2"); builder.endRow(); builder.insertCell();...setBackgroundPattern(Color.BLUE); // 2 - By index: tableStyle.getConditionalStyles()...

    reference.aspose.com/words/java/com.aspose.word...
  4. ListLevel.numberStyle property | Aspose.Words f...

    ListLevel.numberStyle property. Returns or sets the number style for this list level....at ( "Heading 1" ); // Level 2 labels will display the current..."-II-"... list . listLevels . at ( 2 ). numberFormat = "-\u0002-" ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 使用Chart.SetChartDataRange方法轻松设置图表的简易方法(Node.js通...

    学习如何在Aspose.Cells for Node.js via C++中使用Chart.SetChartDataRange方法轻松设置图表。我们的指南将向您展示如何指定图表的数据范围,让您以最小的努力创建专业和准确的图表。... putValue ( 2 ); // Second vertical series worksheet...(). get ( "C3" ). putValue ( 2 ); worksheet . getCells (). get...

    docs.aspose.com/cells/zh/nodejs-cpp/easy-way-fo...
  6. Aspose::Words::Markup::CustomXmlSchemaCollectio...

    Aspose::Words::Markup::CustomXmlSchemaCollection::IndexOf method. Returns the zero-based index of the specified value in the collection in C++....-> get_Count ()); ASSERT_EQ ( 2 , schemas -> IndexOf ( u "http://schemas...index: schemas -> RemoveAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Exception when loading a license file with Aspo...

    Hi, I have a big problem using Aspose E-Mail for Java 25.6 and higher. The version 25.5 works without problems. Every time i try to set our license with License.setLicense() i’m getting a strange exception i cannot debu…...glasenhardt December 2, 2025, 4:55pm 1 Hi, I have a big...implementation 'com.sag:sagodm:2.2.0' -> Includes bouncycastle implementation...

    forum.aspose.com/t/exception-when-loading-a-lic...
  8. Aspose::Words::Markup::CustomPartCollection::Ge...

    Aspose::Words::Markup::CustomPartCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items 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...
  9. Aspose::Words::Markup::CustomPartCollection::id...

    Aspose::Words::Markup::CustomPartCollection::idx_get method. Gets or sets an item at the specified index 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...
  10. Converting HTML to PDF errors after upgrading f...

    Hi, please help, we are using Aspose.PDF for HTML to PDF conversions and encountering a blocking error when upgrading to .NET 8 or .NET 9, I have tried various versions of Aspose.PDF and the latest stable version 25.2.…...2.0. Here is the code that I’ve...public void Convert_html_to_pdf_2() { // Arrange var html = @"<html...

    forum.aspose.com/t/converting-html-to-pdf-error...