Sort Score
Result 10 results
Languages All
Labels All
Results 6,971 - 6,980 of 50,448 for

shape

(0.53 sec)
  1. IPortionFormat for IDataLabel Is Not Working Wh...

    Hi I am unable to make changes to the IPortionFormat of an IDataLabel to Bold the font, change the color, and change the font type. I’ve been research, looking over, and even updated to the latest version of aspose slide…...get_Item(0); // Access the first shape (assuming it's a chart with...

    forum.aspose.com/t/iportionformat-for-idatalabe...
  2. Bug 5284:Shapefile to MapInfoTab- Conversion fa...

    Hi Alexander, I moved to new version 26.5 and here my results: Test data(input/output/QGIS) Error: Shapefile15.7z (18.6 KB) [ShapefileTest] Testing Shapefile → MapInfoTab Args: input=‘D:\GisConverter\Tests\Shapefile…...shx (shape index) .dbf (attributes) optional...

    forum.aspose.com/t/bug-5284-shapefile-to-mapinf...
  3. XlsxSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.XlsxSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Xlsx](../../aspose.words/saveformat/#Xlsx) format...value determining how DrawingML shapes are rendered. (Inherited from...Document ( base . myDir + "Shape with linked chart.docx" ); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Create organization chart in VSD document via ....

    C# source code to create organization chart in vsd file on .NET Framework, .NET Core, Mono Platforms....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/net/organizationcha...
  5. Გააკეთეთ DOCX C# Ის Გამოყენებით

    შექმენით ახალი DOCX C# ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOCX .NET ბიბლიოთეკის გამოყენებით....new DocumentBuilder(doc); Shape shape = builder.InsertChart(ChartType...432 , 252 ); Chart chart = shape.Chart; chart.Title.Text = "Demo...

    products.aspose.com/words/ka/net/make/docx/
  6. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  7. XlsxSaveOptions class | Aspose.Words for Python

    aspose.words.saving.XlsxSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XLSX](../../aspose.words/saveformat/#XLSX) format...value determining how DrawingML shapes are rendered. (Inherited from...Document ( file_name = MY_DIR + 'Shape with linked chart.docx' ) xlsx_save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartAxisType | Aspose.Words for Java

    Specifies type of chart axis in Java....height) throws Exception { Shape chartShape = builder.insertChart(chartType...

    reference.aspose.com/words/java/com.aspose.word...
  9. Reading Metadata|Documentation

    Learn how to access and use barcode metadata returned by BarCodeReader in Aspose.BarCode for Java....access geometry (position and shape) of the barcode region read...skewed and represents the actual shape of the barcode region. Use it...

    docs.aspose.com/barcode/java/developer-guide/ba...
  10. Chart legend strange behavior when set MarkerSy...

    hi, i’m using aspose word for java(17) version 24.2 but the problem persist also in 25.3. I need to put some data in a specific line chart and for a better visualization i set the MarkerSymbol.CIRCLE on every ChartData…...Chart c1 = ((Shape)doc.getChild(NodeType.SHAPE, 0, true)).getChart();...

    forum.aspose.com/t/chart-legend-strange-behavio...