Sort Score
Result 10 results
Languages All
Labels All
Results 5,151 - 5,160 of 152,074 for

2

(0.76 sec)
  1. ChartAxisTitle.Show | Aspose.Words for .NET

    Discover the ChartAxisTitle Show property to control axis title visibility. Enhance your charts with clear, informative titles for better data insights....1" , "AW Category 2" }, new double [] { 1 , 2 }); ChartAxisTitle...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Document.revisions_view property | Aspose.Words...

    Document.revisions_view property. Gets or sets a value indicating whether to work with the original or revised version of a document....assertEqual ( '' , paragraphs [ 2 ] . list_label . label_string...assertEqual ( 'a.' , paragraphs [ 2 ] . list_label . label_string...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreDmlUniqueId method. Specifies whether to ignore difference in DrawingML unique Id in C++.... and the revisions count was 2. // If we are ignoring DML's unique...ASSERT_EQ ( isIgnoreDmlUniqueId ? 0 : 2 , docA -> get_Revisions () ->...

    reference.aspose.com/words/cpp/aspose.words.com...
  4. Aspose.Page for Python – Frequently Asked Quest...

    Comprehensive FAQ covering installation, licensing, supported formats, conversion, rendering, editing, performance, and troubleshooting for Aspose.Page's pure‑Python library....page as ap 2 license = ap. License () 3 license...Copy 1 import aspose.page as ap 2 3 doc = ap. Document ( ' sample...

    docs.aspose.com/page/python-net/faq/
  5. lc.GetEntity is getting NULL value - Free Suppo...

    I have below code and it fails on line le.Current = lc.GetEntity(para); because lc.GetEntity(para) gets NULL value and it says parameter value can’t be null. Could you please guide what is causing this to fail? priva…...Discourse July 28, 2025, 1:55pm 2 @ankit.chhelavda It appears that...alexey.noskov July 28, 2025, 2:22pm 3 @ankit.chhelavda This can...

    forum.aspose.com/t/lc-getentity-is-getting-null...
  6. File type detect wrong case - Free Support Foru...

    Hello, The attached sample: asopsewords.pem which is Pem, is wrongly detected as Markdown by Words file type detect. Thanks :slight_smile: asopsewords.zip (219.9 KB)...nerds January 28, 2026, 2:44am 1 Hello, The attached sample:...Discourse January 28, 2026, 2:44am 2 @australian.dev.nerds You...

    forum.aspose.com/t/file-type-detect-wrong-case/...
  7. TxtExportHeadersFootersMode enumeration | Aspos...

    Aspose.Words.Saving.TxtExportHeadersFootersMode enumeration. Specifies the way headers and footers are exported to plain text format.... writeln ( "Page 2" ); builder . insertBreak ( aw...toEqual ( "Page 1\r\n" + "Page 2\r\n" + "Page 3\r\n" + "Even header\r\n\r\n"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Notes::FootnoteOptions::get_Rest...

    Aspose::Words::Notes::FootnoteOptions::get_RestartRule method. Determines when automatic numbering restarts in C++....); builder -> Write ( u "Text 2. " ); builder -> InsertFootnote...FootnoteType :: Footnote , u "Footnote 2." ); builder -> InsertBreak (...

    reference.aspose.com/words/cpp/aspose.words.not...
  9. Aspose.PSD for Python via .NET 23.12 - Release ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... color_points ) == 2 point = gradientFillSettings ...gradientFillSettings . transparency_points [ 2 ] assert abs ( 100.0 - point ...

    docs.aspose.com/psd/net/aspose-psd-for-python-v...
  10. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent revisions in the document in Java....assertEquals(2, doc.getRevisions().getCount());...builder.write("This is revision #2."); // Now move the node to create...

    reference.aspose.com/words/java/com.aspose.word...