Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 42,856 for

shape

(0.03 sec)
  1. 3. How to use LaTeX fonts in text

    This article covers LaTeX font commands that independently change different font attributes for use in normal text.... Standard font shapes The shape of the current typeface...default shape for most documents is the upright shape, which can...

    docs.aspose.com/tex/java/latex-text-fonts/
  2. Code Comparison for common features|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....Update shape properties in VSTO and Aspose.Diagram Add Shapes Add...

    docs.aspose.com/diagram/net/code-comparison-for...
  3. Replace text in smart art|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....provide this feature by setting Shape.text property. The sample source...from the Gear Type SmartArt Shape...

    docs.aspose.com/cells/python-net/replace-text-i...
  4. Create VDX Files via C# | products.aspose.com

    C# Sample code for generating VDX documents. Use this code for creating VDX files within VB.NET, Asp.NET or any .NET based application....for writing data, generating shapes or graphs. How to Create VDX...Pages[ 0 ]; // Add Text shape. Shape shape = page.AddText( 1 , 1...

    products.aspose.com/diagram/net/create/vdx/
  5. Create VSSX Files via Java | products.aspose.com

    Java Sample code for generating VSSX documents. Use this code for creating VSSX files within Java based desktop or web application....get ( 0 ); // Add Text shape. Shape shape = page.addText( 1 , 1...elements such as collection of shapes, connectors, flowcharts, network...

    products.aspose.com/diagram/java/create/vssx/
  6. BookmarkStart | Aspose.Words for Java

    Represents a start of a bookmark in a Word document 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. ImageSavingArgs.isImageAvailable property | Asp...

    ImageSavingArgs.isImageAvailable property. Returns ``true`` if the current image is available for export.... When saving a group shape or a shape that doesn’t require any...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartSeriesGroupCollection class | Aspose.Words...

    aspose.words.drawing.charts.ChartSeriesGroupCollection class. Represents a collection of [ChartSeriesGroup](../chartseriesgroup/) objects....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart series = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PdfLoadOptions.page_index property | Aspose.Wor...

    PdfLoadOptions.page_index property. Gets or sets the 0-based index of the first page to read..., load_options = options ) shape_collection = doc . get_child_nodes...get_child_nodes ( aw . NodeType . SHAPE , True ) if is_skip_pdf_images...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartAxis.tickLabels property | Aspose.Words fo...

    ChartAxis.tickLabels property. Provides access to the properties of the axis tick mark labels....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...

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