Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 49,749 for

properties

(0.11 sec)
  1. ChartDataLabelLocationMode enumeration | Aspose...

    aspose.words.drawing.charts.ChartDataLabelLocationMode enumeration. Specifies how the values ​​that specify the location of a data label - the [ChartDataLabel.left](../chartdatalabel/left/) and [ChartDataLabel.top](../chartdatalabel/top/) Properties - are interpreted....top properties - are interpreted. Members...its ChartDataLabel.position property. ABSOLUTE The location of...

    reference.aspose.com/words/python-net/aspose.wo...
  2. How to Convert EPUB to PDF using Java

    This article explains the simple process of how to convert EPUB to PDF using Java. You can write a quick EPUB to PDF converter software using Java with the help of a step wise process and runnable sample code shared in this article....classes, methods, and few properties are explained that are required...PDF file you may set the properties in the EpubLoadOptions. The...

    kb.aspose.com/pdf/java/how-to-convert-epub-to-p...
  3. How to Add Signature in Word using C#

    This tutorial briefs on how to add signature in Word using C#. It provides configuration details, program flow and a runnable sample code to sign Word documents using C#.... You can set a number of properties before signing the document...password and then set a few properties like comments by the signing...

    kb.aspose.com/words/net/how-to-add-signature-in...
  4. ShapeLineStyle | Aspose.Words for Java

    Specifies the compound line style of a Shape in Java....Examples: Shows how change stroke properties. Document doc = new Document();...shape: // Modify various properties of this shape's stroke. Stroke...

    reference.aspose.com/words/java/com.aspose.word...
  5. How do I get BindPose? - Free Support Forum - a...

    First, I read the FBX file and generated my own file. var scenes = new Scene(); var opt = new FbxLoadOptions() { KeepBuiltinGlobalSettings = true }; scenes.Open(fbxPath, opt); …...Node> + Properties {Aspose.ThreeD.PropertyCollection}...SkeletonType name "" string + properties {Aspose.ThreeD.PropertyCollection}...

    forum.aspose.com/t/how-do-i-get-bindpose/326622
  6. Customize Chart Legends in Presentations on And...

    Customize chart legends with Aspose.Slides for Android via Java to optimize PowerPoint presentations with tailored legend formatting....In order to set the legend properties. Please follow the steps...chart on slide. Setting the properties of legend. Write the presentation...

    docs.aspose.com/slides/androidjava/chart-legend/
  7. word转HTML后,表格位置从右侧变成左侧 - Free Support Forum - a...

    版本:23.8 编程语言:java 问题截图(word文件中表格在右侧): Word源文件: 合同管理系统-采购服务合同.docx (33.4 KB) 转换后的HTML文件: 合同管理系统-采购服务合同.zip (5.2 KB) 是否可以从 代码调整/修改源文件 两个方面处理...the table’s alignment and properties are set in the original Word...you can adjust the table properties in your source Word document...

    forum.aspose.com/t/word-html/315337
  8. Range.NormalizeFieldTypes | Aspose.Words for .NET

    Transform field types with the NormalizeFieldTypes method. Ensure FieldStart, FieldSeparator, and FieldEnd align with specified field codes for seamless data handling.... // but the field's type properties still display the old type...FieldDate )); // Update those properties with this method to display...

    reference.aspose.com/words/net/aspose.words/ran...
  9. Document.NormalizeFieldTypes | Aspose.Words for...

    Optimize your document with the NormalizeFieldTypes method, ensuring all field type values align with field codes for enhanced consistency and accuracy.... // but the field's type properties still display the old type...FieldDate )); // Update those properties with this method to display...

    reference.aspose.com/words/net/aspose.words/doc...
  10. PDF Metadata Title with Emoji characters show C...

    Hi, please see C# code below. var html = "<html>...</html>" var pdfDocument = new Document(new MemoryStream(Encoding.UTF8.GetBytes(html))); pdfDocument.Info.Title = "⭐Once Upon a Star"; pdfDocument.Save(filePath); when…...browser title and document properties is Chinese characters. if...Chrome the document title and properties appear as Chinese‑like characters...

    forum.aspose.com/t/pdf-metadata-title-with-emoj...