Sort Score
Result 10 results
Languages All
Labels All
Results 4,811 - 4,820 of 45,951 for

shape

(0.1 sec)
  1. IPortionEffectiveData instance variables change...

    Hello Aspose Team! I’ve been under the assumption that when I call .getFormat().getEffective() on a Portion object, the resulting IPortionFormatEffective object was immutable and basically a ‘snapshot’ of the format sty…...for (IShape shape : slide.getShapes()) { if(shape instanceof ITable)...testPortionFormatEff((ITable) shape); } } } finally { if (presentation...

    forum.aspose.com/t/iportioneffectivedata-instan...
  2. 视频框|Aspose.Slides 文档

    在Java中向PowerPoint演示文稿添加视频框...( IShape shape : slide . getShapes ()) { if ( shape instanceof...IVideoFrame vf = ( IVideoFrame ) shape ; String type = vf . getEmbeddedVideo...

    docs.aspose.com/slides/zh/java/video-frame/
  3. Aspose::Words::Drawing::Charts::ChartSeriesType...

    Aspose::Words::Drawing::Charts::ChartSeriesType enum. Specifies a type of a chart series in C++....Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...Aspose :: Words :: NodeType :: Shape , 0 , true ))) -> get_Chart ();...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. 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....const chartHeight = 252 ; let shape = builder . insertChart ( aw...chartHeight ); let chart = shape . chart ; let seriesColl = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Read Barcodes from Word Documents|Documentation

    How to Read Barcodes from MS Word Files Using Aspose.BarCode and Aspose.Words for .NET...file Extract the entire set of Shapes from the document verifying...Aspose . Words . Drawing . Shape wordShape in wordDoc . GetChildNodes...

    docs.aspose.com/barcode/net/recognize-barcode-f...
  6. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in C# or .NET...null ; // Iterates through the shapes and sets a reference to the...foreach ( IShape shp in sld . Shapes ) { if ( shp is ITable ) {...

    docs.aspose.com/slides/net/manage-rows-and-colu...
  7. Several JPG Into Image Java

    Merge multiple JPG into Image in Java code. Save JPG as Image using Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/java/merge/jpg-to-image/
  8. Several JPG Into GIF Java

    Merge multiple JPG into GIF in Java code. Save JPG as GIF using Java....DocumentBuilder (doc); List<Shape> shapes = fileNames.stream().map(fileName...setPageWidth(shapes.stream().mapToDouble(shape -> shape.getWidth())...

    products.aspose.com/words/java/merge/jpg-to-gif/
  9. OLE Objects and Online Video|Aspose.Words for P...

    Insert ole objects or onlin vodeo into a document using Python....v=t_1LYZ102RA" width = 360 height = 270 shape = builder . insert_online_video... DocumentBuilder ( doc ) # Shape width/height. width = 360 height...

    docs.aspose.com/words/python-net/working-with-o...
  10. DmlEffectsRenderingMode enumeration | Aspose.Wo...

    Aspose.Words.Saving.DmlEffectsRenderingMode enumeration. Specifies how DrawingML effects are rendered to fixed page formats.... myDir + "DrawingML shape effects.docx" ); // Create a...

    reference.aspose.com/words/nodejs-net/aspose.wo...