Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 335 for

relative shape positioning

(0.07 sec)
  1. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....format("{0} shape {1}, of type {2}.{3}", mOutFileName...value determining how DrawingML shapes are rendered. getDocumentPartSavin()...

    reference.aspose.com/words/java/com.aspose.word...
  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. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. Convert Vector Image to Vectorized PSD Image in...

    Aspose.Imaging offers seamless export capabilities for vector images to PSD format, preserving their integrity and enabling smooth transitions between graphic editing software. C# Image Processing Library can be used to convert vector images to vectorized PSD as shown in the C# code example....graphical objects such as lines, shapes, and fills, defined by mathematical...vector elements, including Shapes, Paths, and Vector Masks, to...

    docs.aspose.com/imaging/net/developer-guide/how...
  9. 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...
  10. Add Watermark in Document|Aspose.Words for Java

    Add a watermark into a document easily and fast instead of using docx4j....such “watermark” is just a shape with text inserted into a header...header or footer and positioned in the centre of the page. While...

    docs.aspose.com/words/java/add-watermark-in-doc...