Sort Score
Result 10 results
Languages All
Labels All
Results 5,181 - 5,190 of 155,203 for

2

(0.15 sec)
  1. FootnoteOptions.startNumber property | Aspose.W...

    FootnoteOptions.startNumber property. Specifies the starting number or character for the first automatically numbered footnotes.... write ( "Text 2. " ); builder . insertFootnote...FootnoteType . Footnote , "Footnote 2." ); builder . write ( "Text 3...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 与线性挤压一起工作|Documentation

    Aspose.3D for .NET 提供了linearexduting类,它采用2D形状作为输入,并在第三维中扩展该形状。...LinearExtrusion ( profile , 2 ) { Slices = 2 }); // Perform linear...new LinearExtrusion ( profile , 2 ) { Slices = 10 }); // Save 3D...

    docs.aspose.com/3d/zh/net/working-with-linear-e...
  3. ChartDataLabel.show_leader_lines property | Asp...

    ChartDataLabel.show_leader_lines property. Allows to specify if data label leader lines need be shown... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartSeries.data_labels property | Aspose.Words...

    ChartSeries.data_labels property. Specifies the settings for the data labels for the entire series.... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ControlChar | Aspose.Words for Java

    Control characters often encountered in documents in Java....assertEquals(2, doc.getFirstSection().getBody()...getPageSetup().getTextColumns().setCount(2); // We can use a control character...

    reference.aspose.com/words/java/com.aspose.word...
  6. Insert Image and DeviceRGB - Free Support Forum...

    We have a document that we save as PDF for printing so CMYK is required. I am currently inserting a picture as a background for a one page document – a JPG – and it is in a...adventurousbooks October 21, 2019, 2:24am 1 We have a document that...hafeez October 21, 2019, 6:22am 2 @adventurousbooks , We may provide...

    forum.aspose.com/t/insert-image-and-devicergb/2...
  7. Interrupt converting - Free Support Forum - asp...

    How can I halt the process of converting a pdf-document into html5? With the Interruptmonitor it is possible to halt a process converting an excel-document into pdf,. However I can’t see it is possible to use this class…...ali July 2, 2020, 5:34am 2 @PELLE42 We already have...

    forum.aspose.com/t/interrupt-converting/215115
  8. Working with Linear Extrusion|Documentation

    Aspose.3D for Node.js via Java offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....LinearExtrusion ( profile , 2 ); extrusion1 . setSlices ( 2 ); left . createChildNode... LinearExtrusion ( profile , 2 ); extrusion2 . setSlices ( 10...

    docs.aspose.com/3d/nodejs-java/working-with-lin...
  9. Changing the /tmp directory to other path - Fre...

    Hi, In your one post you have mentioned that Aspose.words uses /tmp directory to write temporary files. How and where I can configure this to some other directory. e.g. /data in the aspose.words....hafeez March 20, 2014, 2:38am 2 Hi Jose, Thanks for your inquiry...

    forum.aspose.com/t/changing-the-tmp-directory-t...
  10. 在PHP中冻结窗格|Documentation

    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....$worksheet -> freezePanes ( 3 , 2 , 3 , 2 ); //Saving the modified Excel...

    docs.aspose.com/cells/zh/java/freeze-panes-in-php/