Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 94,495 for

object

(0.47 sec)
  1. Get XMP Metadata of an existing PDF File - faca...

    This section explains how to get xmp metadata with Aspose.PDF Facades using PdfXmpMetadata Class....need to create PdfXmpMetadata object and bind the PDF file using...properties to the PdfXmpMetadata object to get their values. The following...

    docs.aspose.com/pdf/java/get-xmp-metadata/
  2. SoftEdgeFormat class | Aspose.Words for Python

    aspose.words.drawing.SoftEdgeFormat class. Represents the soft edge formatting for an Object....soft edge formatting for an object. Remarks Use the ShapeBase...soft edge properties of an object. You do not create instances...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PdfDigitalSignatureHashAlgorithm enumeration | ...

    Aspose.Words.Saving.PdfDigitalSignatureHashAlgorithm enumeration. Specifies a digital hash algorithm used by a digital signature....// Create a "PdfSaveOptions" object that we can pass to the document's..."DigitalSignatureDeta" object of the "SaveOptions" object to // digitally...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. IStructuredDocumentTag.xml_mapping property | A...

    IStructuredDocumentTag.xml_mapping property. Gets an Object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document....xml_mapping property Gets an object that represents the mapping...set_mapping() method of this object to map a structured document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldMergingArgsBase.field_value property | Asp...

    FieldMergingArgsBase.field_value property. Gets or sets the value of the field from the data source....def field_value ( self ) -> object : ... @field_value.setter def...field_value ( self , value : object ): ... Remarks This property...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Convert PDF to Images formats|Aspose.PDF for Java

    Discover how to convert PDF pages into image formats like PNG, JPEG, and TIFF using Aspose.PDF for Java....single TIFF image: Create an object of the Document class. Call...documentFileName ); // Create Resolution object Resolution resolution = new...

    docs.aspose.com/pdf/java/convert-pdf-to-images-...
  7. 表格样式问题 - Free Support Forum - aspose.com

    运行的同样的代码为什么我的表格会突然变成这样子,另外一个是正常的 不正常表格: 正常表格: 代码中没有看出来任何问题 @Override public int replacing(ReplacingArgs args) throws Exception { // 获取文档对象 Document doc = (Document) args.getMatchNode().getDocument(); …...List<List<Object>> tableDataList = (List<List<Object>>) tableData...builder, List headers, List<List<Object>> rowData) throws Exception...

    forum.aspose.com/t/topic/311952
  8. Apply Style on Cell|Documentation

    This article introduces how to get or set style format in the cell in the Worksheet in GridDesktop....methods offered by the Style object that can be used by developers...Borders of Cells Using the Style object, we can draw borders of a cell...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  9. RelativeHorizontalPosition | Aspose.Words for Java

    Specifies to what the horizontal position of a shape or text frame is relative in Java....Object public class RelativeHorizontalPo...Field Description CHARACTER The object is positioned relative to the...

    reference.aspose.com/words/java/com.aspose.word...
  10. Alignment Settings with C++|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....GetCells() collection represents an object of the Cell class. Aspose.Cells...Horizontal Alignment Use the Style object’s GetHorizontalAlignme() property...

    docs.aspose.com/cells/cpp/cells-alignment-setti...