Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 42,861 for

shape

(0.08 sec)
  1. TableCollection | Aspose.Words for Java

    Provides typed access to a collection of Table nodes 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...
  2. Data tag being removed after PDF to TIFF conver...

    We are currently using Aspose.PDF version 21.12.0.0 in .NET and are experiencing an issue during PDF to TIFF conversion. Specifically, all data tags on the PDF document are completely removed after the conversion. Could …...Default, Shape = ShapeType.None, SkipBlankPages...

    forum.aspose.com/t/data-tag-being-removed-after...
  3. ChartDataPoint class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartDataPoint class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 350 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....CONTINUE; } /// /// Called when a Shape is encountered in the document...visitShapeStart(Shape shape) { if (shape.getFont().getHidden()) shape.remove();...

    reference.aspose.com/words/java/com.aspose.word...
  6. Ինչպես հանել պատկերները Word ֆայլից Java-ում

    Այս ձեռնարկը բացատրում է, թե ինչպես կարելի է նկարներ հանել Word ֆայլից Java-ում: Այն տրամադրում է կազմաձևման մանրամասները, ծրագրի հոսքը և գործարկվող օրինակելի կոդը՝ Java-ում Word փաստաթղթից բոլոր պատկերները հանելու համար:...ձևն ունի պատկեր՝ օգտագործելով Shape դասի hasImage() մեթոդը Պահպանեք...մեթոդն օգտագործվում է NodeType.SHAPE արժեքը որպես արգումենտ տրամադրելով...

    kb.aspose.com/hy/words/java/how-to-extract-imag...
  7. ChartAxis.minorUnitIsAuto property | Aspose.Wor...

    ChartAxis.minorUnitIsAuto property. Gets or sets a flag indicating whether default distance between minor tick marks shall be used....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartAxis.majorUnitScale property | Aspose.Word...

    ChartAxis.majorUnitScale property. Returns or sets the scale value for major tick marks on the time category axis....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartAxis.majorUnitIsAuto property | Aspose.Wor...

    ChartAxis.majorUnitIsAuto property. Gets or sets a flag indicating whether default distance between major tick marks shall be used....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Manage Rows and Columns|Aspose.Slides for Node....

    Manage table rows and columns in PowerPoint presentations in JavaScript... Iterate through all Shape objects to find the relevant...null ; // Iterates through the shapes and sets a reference to the...

    docs.aspose.com/slides/nodejs-java/manage-rows-...