Sort Score
Result 10 results
Languages All
Labels All
Results 5,741 - 5,750 of 16,801 for

true type

(0.6 sec)
  1. SaveOptions.updateFields property | Aspose.Word...

    SaveOptions.updateFields property. Gets or sets a value determining if fields of certain Types should be updated before saving the document to a fixed page format...determining if fields of certain types should be updated before saving...Default value for this property is true . get updateFields () : boolean...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... The default value is True . @property def ignore_text_boxes...builder . insert_shape ( shape_type = aw . drawing . ShapeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose.PSD for .NET 23.11 - Release Notes|Docum...

    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....Feature PSDNET-1752 Add new types of warp: Wave, shell up, shell...()); } PSDNET-1752. Add new types of warp: Wave, shell up, shell...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  4. What version works with Win Server 2019 - Free ...

    Looking to evaluate Aspose.PDF for Report Services, and need help which version works with my OS. We are on Windows Server 2019 with .Net framework 4.8. Its not clear to me which version of the dll will work for me....section lt Extension Name=“APPDF” Type=“Aspose.Pdf.ReportingServices...DeviceInfo> lt AccessiblePDF>True lt /AccessiblePDF> lt /DeviceInfo>...

    forum.aspose.com/t/what-version-works-with-win-...
  5. FieldIndex.cross_reference_separator property |...

    FieldIndex.cross_reference_separator property. Gets or sets the character sequence that is used to separate cross references and other entries.... insert_field ( field_type = aw . fields . FieldType ....FIELD_INDEX , update_field = True ) . as_field_index () # We can...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartDataTable.show property | Aspose.Words for...

    ChartDataTable.show property. Gets or sets a flag indicating whether the data table will be shown for the chart...Remarks The following chart types do not support data tables:...these types. Showing a data table for the chart types throws...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Stroke.on property | Aspose.Words for Python

    Stroke.on property. Defines whether the path will be stroked....default value for a Shape is True . Examples Shows how change...builder . insert_shape ( shape_type = aw . drawing . ShapeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Table.node_type property | Aspose.Words for Python

    Table.node_Type property. Returns [NodeType.TABLE](../../../aspose.words/nodeType/#TABLE)....node_type property Table.node_type property Returns NodeType...NodeType.TABLE . @property def node_type ( self ) -> aspose . words ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...<head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">...getChildNodes(NodeType.PARAGRAPH, true)) { String className = para...

    forum.aspose.com/t/html-to-docx-transformation-...
  10. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...LinkToPrevious(true); } } // Usage Document doc...get_child_nodes(aw.NodeType.SHAPE, True) for shape in shapes: z_order...

    forum.aspose.com/t/how-to-add-watermark-to-docs...