Sort Score
Result 10 results
Languages All
Labels All
Results 4,341 - 4,350 of 43,024 for

shape

(0.06 sec)
  1. ChartDataLabelCollection | Aspose.Words for Java

    Represents a collection of ChartDataLabel in Java....= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  2. Manage Table|Aspose.Slides for Node.js via .NET...

    Create and manage table in PowerPoint presentations in JavaScript...30 , 30 ]); // Adds a table shape to slide var tbl = sld . getShapes...70 , 70 ]); // Adds a table shape to slide var tbl = sld . getShapes...

    docs.aspose.com/slides/nodejs-java/manage-table/
  3. 演示主题|Aspose.Slides 文档

    Java中的PowerPoint演示主题...Presentation (); try { IAutoShape shape = pres . getSlides (). get_Item...Rectangle , 10 , 10 , 100 , 100 ); shape . getFillFormat (). setFillType...

    docs.aspose.com/slides/zh/java/presentation-theme/
  4. Aspose::Words::DocumentVisitor::VisitTableEnd m...

    Aspose::Words::DocumentVisitor::VisitTableEnd method. Called when enumeration of a table has ended in C++....SharedPtr < Shape > shape ) override { if ( shape -> get_Font...get_Font () -> get_Hidden ()) { shape -> Remove (); } return VisitorAction...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Aspose::Words::DocumentVisitor::VisitCellEnd me...

    Aspose::Words::DocumentVisitor::VisitCellEnd method. Called when enumeration of a table cell has ended in C++....SharedPtr < Shape > shape ) override { if ( shape -> get_Font...get_Font () -> get_Hidden ()) { shape -> Remove (); } return VisitorAction...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. 格式化文本|Aspose.Slides 文档

    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....( 1 ); //访问第三个形状 Shape shp = slide . Shapes [ 2 ]; //将其文本字体更改为...//访问第三个形状 PowerPoint . Shape shp = slide . Shapes [ 3 ]; //将其文本字体更改为...

    docs.aspose.com/slides/zh/net/format-text/
  7. Re-sizing Shapes on Slide|Aspose.Slides Documen...

    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....Re-sizing Shapes on Slide Contents [ Hide ] Re-sizing Shapes on Slide...customers is how to re-size shapes so that when Slide size is...

    docs.aspose.com/slides/java/re-sizing-shapes-on...
  8. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a document 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...
  9. Draw Pentagon using C#

    Follow this article to draw pentagon using C#. It has the details to set the IDE, a list of steps, and a sample code for drawing of a pentagon Shape using C#.... Steps to Draw a Pentagon Shape using C# Set the IDE to use...article has taught us pentagon shape drawing using C# . To scale...

    kb.aspose.com/drawing/net/draw-pentagon-using-c...
  10. DocumentBase.PageColor | Aspose.Words for .NET

    Discover the DocumentBase PageColor property to easily customize your document's page color. Simplify design with this user-friendly feature!... there is no background shape in the document) returns Empty...

    reference.aspose.com/words/net/aspose.words/doc...