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

shape

(0.11 sec)
  1. Compress DOC In Javascript

    Compress DOC in JavaScript without losing quality. Optimize DOC content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/doc/
  2. How add pptx slides content to a final Aspose W...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...= 0; var shape = builder.InsertImage(msImage); shape.WrapType...WrapType = WrapType.None; shape.RelativeHorizontalPo = RelativeHorizontalPo...

    forum.aspose.com/t/how-add-pptx-slides-content-...
  3. 从 Visio PHP 页面中提取所有图像|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....vsd" ); $shapes = $diagram -> getPages () ->...string ) $shapes -> getCount ()){ $shape = $shapes -> get ( $i...

    docs.aspose.com/diagram/zh/java/extract-all-ima...
  4. HorizontalRuleAlignment | Aspose.Words for Java

    Represents the alignment for the specified horizontal rule in Java....to insert a horizontal rule shape, and customize its formatting...new DocumentBuilder(doc); Shape shape = builder.insertHorizontalRule();...

    reference.aspose.com/words/java/com.aspose.word...
  5. ChartDataLabelCollection.rotation property | As...

    ChartDataLabelCollection.rotation property. Gets or sets the rotation of the data labels of the entire series in degrees....Horizontal , label shapes, if they exist, are rotated...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. [word转pdf]误识别图片中的公式符号 - Free Support Forum - as...

    word转pdf,图片里的公式被提取成文本,但符号变成了方块。 有什么办法可以禁止将图片里的内容提取成文本吗? word: pdf:...NodeCollection shapes = document.getChildNodes(NodeType.SHAPE, true);...(Node node : shapes.toArray()) { Shape shape = (Shape) node; if...

    forum.aspose.com/t/word-pdf/313834
  7. OleFormat.isLocked property | Aspose.Words for ...

    OleFormat.isLocked property. Specifies whether the link to the OLE object is locked from updates....docm" ); let shape = doc . getShape ( 0 , true...The OLE object in the first shape is a Microsoft Excel spreadsheet...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartSeries.HasDataLabels | Aspose.Words for .NET

    Discover the ChartSeries HasDataLabels property to easily manage data label visibility for your series, enhancing your data visualization experience.... Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; chart . Series . Clear...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroup::get_Overlap method. Gets or sets the percentage of how much the series bars or columns overlap in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...ChartSeriesGroup > seriesGroup = shape -> get_Chart () -> get_SeriesGroups...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Paragraph.AcceptStart | Aspose.Words for .NET

    Discover the Paragraph AcceptStart method to seamlessly welcome visitors at the beginning of your document's paragraphs for enhanced engagement....<summary> /// Called when a Shape is encountered in the document...VisitShapeStart ( Shape shape ) { if ( shape . Font . Hidden ) shape . Remove...

    reference.aspose.com/words/net/aspose.words/par...