Sort Score
Result 10 results
Languages All
Labels All
Results 7,051 - 7,060 of 19,249 for

2 of

(0.06 sec)
  1. Node class | Aspose.Words for Python

    aspose.words.Node class. Base class for all nodes Of a Word document... strip ()) # 2 - Create a clone of a node just...docx' ) self . assertEqual ( 2 , doc . get_child_nodes ( aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Demo limitations - Free Support Forum - aspose.com

    I am evaluating Aspose.PDF and sometimes it only extracts the first line and other times it is only extracts part Of the first line. Is this a limitation Of the demo version? How can I test this product before purch…...ahmad July 24, 2014, 10:44pm 2 Hi Mark, Thanks for your considering...

    forum.aspose.com/t/demo-limitations/69635
  3. Aspose removing strikethrough Text after textfr...

    Hi there, I am using Aspose PDF 23.1.1 .Net version. I am using textfragmentabsorber search options and hyperlinking the text to a file or a page. I have some text with strikethroughs, which are also found through textfr…...Width + 2)), Convert.ToDouble(Math.Round(textFragment...Round(textFragment.Rectangle.Width + 2)), Convert.ToDouble(Math.Round(textFragment...

    forum.aspose.com/t/aspose-removing-strikethroug...
  4. Convert images DICOM to EMZ via C# | products.a...

    Sample code for DICOM to EMZ C# image conversion. Use API example code for batch DICOM files to EMZ conversion within VB.NET, Asp.NET or any .NET based application....x and format 2.x. DCM Format 1.x is further available...by web services are 1.0, 1.1, 2 or later. Read More | DICOM EMZ...

    products.aspose.com/imaging/net/conversion/dico...
  5. TxtSaveOptionsBase.forcePageBreaks property | A...

    TxtSaveOptionsBase.forcePageBreaks property. Allows to specify whether the page breaks should be preserved during export.... writeln ( "Page 2" ); builder . insertBreak ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. XPS page event-based modifications | .NET

    Discover how to make repeating changes to all output pages during the conversion Of an XPS file using Aspose.Page API for .NET... DocumentCount ; i ++ ) 2 { 3 document. SelectActiveDocument... class: Copy 1 /// <summary> 2 /// The class to handle the before-page...

    docs.aspose.com/page/net/xps/event-based-modifi...
  7. Create Pivot Tables using Apache POI and Aspose...

    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.... DATA , 2 ); Apache POI SS (HSSF + XSSF)...DataConsolidateFunct . AVERAGE , 2 ); //Add filter on forth column...

    docs.aspose.com/cells/java/create-pivot-tables-...
  8. PersonCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Bibliography.PersonCollection class, designed to streamline bibliography management by efficiently listing source contributors.... AreEqual ( 2 , (( PersonCollection ) editor...Author ; Assert . AreEqual ( 2 , authors . Count ()); Person...

    reference.aspose.com/words/net/aspose.words.bib...
  9. Working with Document in PS file | Python

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python.... 2 dir = Util. get_data_dir_working_with_document...ps" , "wb" ) as out_ps_stream: 2 # Create save options 3 options...

    docs.aspose.com/page/python-net/ps/working-with...
  10. How to add a PivotChart with C++|Documentation

    How to add a PivotChart using Aspose.Cells with C++.... PutValue ( 2 ); cell = cells . Get ( u "B4"...( u "B7" ); cell . PutValue ( 2 ); cell = cells . Get ( u "B8"...

    docs.aspose.com/cells/cpp/how-to-add-pivot-chart/