Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 153,349 for

2

(0.09 sec)
  1. Output.xlsx

    Sheet1 1 2 3 4 Chart Title 1 2 3 4 2025-06-30T11:52:21Z 16.0300 luo 2015-06-05T18:17:20Z 2025-06-30T11:52:21Z 2025-06-30T11:52:21Z 2025-06-30T11:52:21Z false 2025-06-30T11:52:21Z Microsoft Excel 20......Sheet1 1 2 3 4 Chart Title 1 2 3 4 2025-06-30T11:52:21Z 16.0300...

    docs.aspose.com/cells/ja/net/how-to-get-object-...
  2. 106364954.xlsx

    Sheet1 Column1 Column2 Column3 1 2 5 3 4 6 2 4 5 2020-04-22T17:06:32Z 16.0300 Ahmad Chishti 2015-06-05T18:17:20Z 2020-04-22T17:06:32Z 2020-04-22T17:06:32Z 2020-04-22T17:06:32Z false 2020-04-22T17:0......Column1 Column2 Column3 1 2 5 3 4 6 2 4 5 2020-04-22T17:06:32Z...

    docs.aspose.com/cells/tr/net/update-power-query...
  3. CompositeNode.PrependChild | Aspose.Words for .NET

    Discover how the CompositeNode PrependChild method enhances your data structure by efficiently adding nodes to the start of your child node list....Run run2 = new Run ( doc , "Run 2. " ); Run run3 = new Run ( doc...Trim (), Is . EqualTo ( "Run 2. Initial text." )); // Insert...

    reference.aspose.com/words/net/aspose.words/com...
  4. ImageLoadException when running unit test with ...

    If I reference the most recent version (currently 3.20.0) of NUnit.Engine I cannot run NUnit tests that use Aspose.Imaging. If I stop referencing NUnit.Engine, things work. Can you point me to a solution? I have attache…...popov May 2, 2025, 10:16am 2 @jic I will check your...possible. stanislav.popov May 2, 2025, 10:57am 3 @jic We have...

    forum.aspose.com/t/imageloadexception-when-runn...
  5. Translate Markdown to DOM|Aspose.Words for Node...

    Tarnslate a Markdown document to Document Object Model and back using Node.js. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....Container blocks can be divided into 2 classes: Leaf blocks and Complex...level 1), --- (if Heading level 2) ParagraphFormat.styleName = "SetextHeading[some...

    docs.aspose.com/words/nodejs-net/translate-mark...
  6. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....(8‑1/2 in. x 11 in.) PaperLetterSmall Letter Small (8‑1/2 in....Legal (8‑1/2 in. x 14 in.) PaperStatement Statement (5‑1/2 in. x 8‑1/2...

    docs.aspose.com/cells/cpp/setting-page-options/
  7. AttributeError: type object 'aspose.email.mapi....

    AttributeError: type object ‘aspose.email.mapi.MapiMessage’ has no attribute ‘from_file’ when loading the .msg file from aspose.email.mapi import MapiMessage msg = MapiMessage.from_file(“message.msg”)...Kolambran July 2, 2025, 4:57pm 1 AttributeError:...Professionalize.Discourse July 2, 2025, 4:58pm 2 @Sijo.Kolambran Cause...

    forum.aspose.com/t/attributeerror-type-object-a...
  8. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....assertEquals(2, tables.toArray().length); for...write("Run 1. "); builder.write("Run 2. "); // Every invocation of the...

    reference.aspose.com/words/java/com.aspose.word...
  9. NodeCollection.contains method | Aspose.Words f...

    NodeCollection.contains method. Determines whether a node is in the collection.... write ( 'Run 2. ' ) # Every invocation of the...first_paragraph . runs self . assertEqual ( 2 , runs . count ) # We can also...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Paragraph.isDeleteRevision property | Aspose.Wo...

    Paragraph.isDeleteRevision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled....appendParagraph ( "Paragraph 2. " ); body . appendParagraph (...4 ); para = paragraphs . at ( 2 ); para . remove (); // Such paragraphs...

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