Sort Score
Result 10 results
Languages All
Labels All
Results 5,761 - 5,770 of 48,774 for

shape

(0.09 sec)
  1. ChartDataLabel.Separator | Aspose.Words for .NET

    Discover the ChartDataLabel Separator property to customize your chart's data labels. Easily set string separators for clearer visualization and insights....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  2. ChartDataLabel.ShowLeaderLines | Aspose.Words f...

    Enhance your charts with the ShowLeaderLines property in ChartDataLabel. Easily display data label leader lines for clearer data visualization....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartDataLabel.ClearFormat | Aspose.Words for .NET

    Discover how to use the ChartDataLabel ClearFormat method to reset your data labels to default settings, enhancing clarity and consistency in your charts....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartSeries.Name | Aspose.Words for .NET

    Discover the ChartSeries Name property, easily manage series names, auto-generate with indices, and enhance data visualization effortlessly....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 在 PS 文件中使用纹理 | Java

    如何在 PS 文件中添加纹理图案是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Java 中使用该功能... Float shape = new Rectangle2D. Float (0...rectangle 28 document. fill (shape); 29 30 31 document. setPaint...

    docs.aspose.com/page/zh/java/ps/working-with-te...
  6. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C++....HeaderFooter, Comment, Footnote or a Shape node Row-level - Among rows...

    docs.aspose.com/words/cpp/structured-document-t...
  7. Several JPG Into SVG Javascript

    Merge multiple JPG into SVG in JavaScript code. Save JPG as SVG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  8. Several Image Into SVG Javascript

    Merge multiple Image into SVG in JavaScript code. Save Image as SVG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/imag...
  9. Several Image Into JPG Javascript

    Merge multiple Image into JPG in JavaScript code. Save Image as JPG using JavaScript....DocumentBuilder(doc) shapes = fileNames.map(fileName =>...pageWidth = Math.max(...shapes.map(shape => shape.width)); pageSetup...

    products.aspose.com/words/nodejs-net/merge/imag...
  10. Several Image Into JPG Python

    Merge multiple Image into JPG in Python code. Save Image as JPG using Python....DocumentBuilder(doc) shapes = [builder.insert_image(fileName)...page_width = max (shape.width for shape in shapes) pageSetup.page_height...

    products.aspose.com/words/python-net/merge/imag...