Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 150,874 for

2

(0.22 sec)
  1. Aspose::Words::Fields::FieldAddressBlock::get_L...

    Aspose::Words::Fields::FieldAddressBlock::get_LanguageId method. Gets or sets the language ID used to format the address in C++....GetFieldCode ()); // Setting this to "2" will include all countries and...set_IncludeCountryOrRegi ( u "2" ); field -> set_FormatAddressOnCount...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between Excel workbooks using Aspose.Cells for C++....// Copy third worksheet (index 2) within the workbook worksheets...AddCopy ( worksheets . Get ( 2 ). GetName ()); // Save modified...

    docs.aspose.com/cells/cpp/copy-and-move-workshe...
  3. Data Label Format Is Not Applied When Presentat...

    Here is the project for problem reproduction. It generates test.pptx and test.pdf and data labels representation is significantly different between pdf and pptx.20220802.zip (2.4 KB)... slides-pdfexport ygr August 2, 2022, 10:30pm 1 Here is the project...20220802.zip (2.4 KB) andrey.potapov August 3, 2022, 8:33am 2 @ygr ,...

    forum.aspose.com/t/data-label-format-is-not-app...
  4. Image insert from stream with alt text - Free S...

    Hi, I’m attempting to insert an Image at an x,y coordinate on a page while providing alternative text. I see that there is an IllustrationElement for this (Illustration Structure Elements | Aspose.PDF for .NET API Refer…...ali March 26, 2019, 12:39pm 2 @bruceb6 Thanks for contacting...notifier September 19, 2025, 2:45pm 3 The issues you have found...

    forum.aspose.com/t/image-insert-from-stream-wit...
  5. 线性挤出加工|Documentation

    Aspose.3D for Node.js via Java 提供了 LinearExtrusion 类,该类接受一个 2D 形状作为输入,并在 3 维空间中扩展该形状。...LinearExtrusion ( profile , 2 ); extrusion1 . setSlices ( 2 ); left . createChildNode... LinearExtrusion ( profile , 2 ); extrusion2 . setSlices ( 10...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  6. Working with custom calculation engine for Grid...

    This article describes how to use the custom calculation engine for the Aspose.Cells.GridJs library....the first parameter’s value by 2. Programming Sample class MyCalculation...CalculatedValue = ( decimal )( 2 . 0 * ( double ) data . GetParamValue...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  7. Calculate Sub Totals|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.... StartRow = 2 ; ca . StartColumn = 1 ; ca ....EndRow = 18 ; ca . EndColumn = 2 ; // Apply subtotal; the consolidation...

    docs.aspose.com/cells/net/calculate-sub-totals/
  8. CompositeNode.RemoveChild | Aspose.Words for .NET

    Effortlessly manage your CompositeNode with the RemoveChild method, designed to streamline node removal for enhanced performance and efficiency.... Writeln ( "Section 2 text." ); // Both sections are...Trim (), Is . EqualTo ( "Section 2 text." )); See Also class Node...

    reference.aspose.com/words/net/aspose.words/com...
  9. Margins Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Margins enum for customizable document margins. Enhance your document formatting with easy-to-use presets!... Moderate 2 Moderate margins. Wide 3 Wide...+ "Document.UpdatePageLayout.2.pdf" ); See Also namespace Aspose...

    reference.aspose.com/words/net/aspose.words/mar...
  10. Move Pages to PDF using php-java | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with PHP sample code using Aspose.PDF for PHP via Java...-> getPages () -> get_Item ( 2 ); $dstDocument -> getPages ()...$document -> getPages () -> delete ( 2 ); $document -> save ( $dstFileName...

    products.aspose.com/pdf/php-java/pages/move/