Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 90,869 for

object

(0.07 sec)
  1. ChartMultilevelValue Class | Aspose.Words for .NET

    Discover the Aspose.Words.ChartMultilevelValue class to effectively manage multilevel data in your charts, enhancing your data visualization capabilities....Description override Equals ( object ) Gets a flag indicating whether...specified object is equal to the current multilevel data object. override...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Convert PUB Files | Aspose.PUB for Java

    Convertion functionality of Publisher file using Aspose.PUB for Java solution is described and demonstrated with the pseudocode in this article....project Specify an IPubParser object named parser and assign it...responsible for creating a parser object to parse the .pub file specified...

    docs.aspose.com/pub/java/convert-pub-files/
  3. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or shapes using Aspose.Cells for Node.js via C++....excel file inside a workbook object const workbook = new AsposeCells...box, which is also a shape object, from the shapes collection...

    docs.aspose.com/cells/nodejs-cpp/change-charact...
  4. PdfDigitalSignatureDetails.timestampSettings pr...

    PdfDigitalSignatureDetails.timestampSettings property. Gets or sets the digital signature timestamp settings....valid PdfDigitalSignatureT object, then the digital signature...// Create a "PdfSaveOptions" object that we can pass to the document's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TextWatermarkOptions | Aspose.Words for Java

    Contains options that can be specified when adding a watermark with text in Java....Object public class TextWatermarkOptions...passing a TextWatermarkOptions object when creating the watermark...

    reference.aspose.com/words/java/com.aspose.word...
  6. Edit Connector Geometry Section in the ShapeShe...

    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....initialize LineTo geometry object line_to = Rjb :: import ( 'com...initialize LineTo geometry object line_to = Rjb :: import ( 'com...

    docs.aspose.com/diagram/java/edit-connector-geo...
  7. How to Convert PNG to PowerPoint Slide in Java

    This article focuses on how to convert PNG to PowerPoint Slide in Java. It provides the configuration details, step wise process to accomplish this task and a sample code to assist for creating a PNG to PPTX converter in Java....Instantiate the Presentation class object to add a default empty presentation...PowerPoint in Java , the Slide object is used to hold the reference...

    kb.aspose.com/slides/java/how-to-convert-png-to...
  8. How to Insert Comment in PDF using Java

    This short article describes how to insert comment in PDF using Java. Information is provided to prepare the development environment, a step-wise detail and a runnable sample code demonstrating how to add comments in PDF file using Java....the Document class object Create an object of the TextAnnotation...class object and set its properties Create a border object and...

    kb.aspose.com/pdf/java/how-to-insert-comment-in...
  9. Convert HTML to PDF|Aspose.PDF for PHP via Java

    Learn how to easily convert HTML documents to PDF format using Aspose.PDF in PHP and Java.... Initialize Document object. Save output PDF document by...(); // Create a new Document object and load the HTML file $document...

    docs.aspose.com/pdf/php-java/convert-html-to-pdf/
  10. Rotate Text Inside PDF using C++|Aspose.PDF for...

    Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout...." ); // Initialize document object auto document = MakeObject...90 ); // create TextBuilder object auto textBuilder = MakeObject...

    docs.aspose.com/pdf/cpp/rotate-text-inside-pdf/