Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 272 for

relative shape positioning

(0.04 sec)
  1. HorizontalAlignment enumeration | Aspose.Words ...

    aspose.words.drawing.HorizontalAlignment enumeration. Specifies horizontal alignment of a floating Shape, text frame or floating table....horizontal alignment of a floating shape, text frame or floating table...The object is explicitly positioned, usually using its Left property...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldRef | Aspose.Words for Java

    Implements the REF field in Java...."MyBookmark", "The bookmark's relative paragraph number is ", "\n");...the referenced paragraph in relative context. getInsertRelativePos()...

    reference.aspose.com/words/java/com.aspose.word...
  3. SVG Text – SVG text element, SVG textPath

    You will find basic information about glyphs, characters and fonts, learn how to display, format and style svg text into an SVG image....graphic objects: vector graphic shapes, images and text. In the same...same way, as for the shapes, the SVG text elements can be applied...

    docs.aspose.com/svg/net/drawing-basics/svg-text/
  4. Body | Aspose.Words for Java

    Represents a container for the main text of a section in Java....deleteShapes() Deletes all shapes from the text of this story...Shows how to process absolute position tab characters with a document...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldNoteRef | Aspose.Words for Java

    Implements the NOTEREF field in Java....displays the bookmark's position relative to the field. // Bookmark1...Gets whether to insert a relative position of the bookmarked paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  6. ListLevel.alignment property | Aspose.Words for...

    ListLevel.alignment property. Gets or sets the justification of the actual number of the list item....justified relative to the ListLevel.number_position property..... number_position = - 36 list_level . text_position = 144 list_level...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....deleteShapes() Deletes all shapes from the text of this story...deleteShapes() Deletes all shapes from the text of this story...

    reference.aspose.com/words/java/com.aspose.word...
  8. Getting the Exact Coordinates of Data Points fr...

    image.png (76.1 KB) The above image shows the thumbnail rendered by Aspose image.png (36.4 KB) This image shows is the screenshot of the same slide in PowerPoint. I am using similar syntax as below: chart.ValidateCh…...Shapes.AddAutoShape(ShapeType.Rectangle...Slides[0]; // Define chart position and siz float chartX = 40f;...

    forum.aspose.com/t/getting-the-exact-coordinate...
  9. Chart Workbook|Aspose.Slides Documentation

    Chart workbook in PowerPoint presentation in C# or .NET... Shapes [ 0 ]; IChartData data = chart...Categories . Clear (); stream . Position = 0 ; data . WriteWorkbookStream...

    docs.aspose.com/slides/net/chart-workbook/
  10. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...Create a watermark shape Shape watermark = new Shape(doc, ShapeType...ZOrder of shapes in the document. z_order = 0 shapes = doc.get_child_nodes(aw...

    forum.aspose.com/t/how-to-add-watermark-to-docs...