Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 4,002 for

inline

(0.14 sec)
  1. SVG Text – text element, textPath – Aspose.SVG ...

    Learn about SVG glyphs, fonts, and characters, and how to display, format, and style SVG text using the text, tspan, and textPath elements.... <tspan> – Inline Styling and Line Breaks <tspan>...the specified coordinates. Inline style properties (e.g., font-weight...

    docs.aspose.com/svg/net/drawing-basics/svg-text/
  2. SVG Color – Fill, Stroke, and Opacity Examples

    Learn how SVG color works with fill, stroke, and opacity examples using HEX, RGB, and HSL. Discover color rules for shapes, text, and paths in Aspose.SVG.... You can apply colors via inline styles or external CSS using...properties. Here is an example of inline CSS to do it: Copy 1 < svg...

    docs.aspose.com/svg/net/drawing-basics/svg-color/
  3. GroupShape class | Aspose.Words for Python

    aspose.words.drawing.GroupShape class. Represents a group of shapes in a document...(Inherited from ShapeBase ) is_inline A quick way to determine if...if this shape is positioned inline with text. (Inherited from...

    reference.aspose.com/words/python-net/aspose.wo...
  4. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document within a Word document in Java....contain other composite and inline nodes as children. Paragraph...shape.setWrapType(WrapType.INLINE); paragraph.appendChild(shape);...

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

    Provides methods to insert text images and other content specify font paragraph and section formatting in Java.... double height) Inserts an inline image from a byte array into... double height) Inserts an inline image from a java.awt.image...

    reference.aspose.com/words/java/com.aspose.word...
  6. LayoutEntityType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Layout.LayoutEntityType enum, featuring diverse layout entity types for enhanced document formatting and seamless integration....line of characters of text and inline objects. Line may have Span...

    reference.aspose.com/words/net/aspose.words.lay...
  7. Standard way of extracting the location of revi...

    Hello, I have posted this query on behalf of Ruiz, Manuel MRuiz39@ITS.JNJ.com Currently I am facing issues with setting the parent node of the revisions in the enum, getting the following error: enum.set_current(layou…...nodes, as well as indivisible inline nodes, e.g. BookmarkStart or...

    forum.aspose.com/t/standard-way-of-extracting-t...
  8. Error when executing a static function call - F...

    Hello, The following template syntax throws an error during execution <<var [commonInfo = CommonInfo]>> <<var[graphic = MyClass.GetGraphics(“Overview”, <<[commonInfo.Param1]>>, <<[commonInfo.Param2]>>, <<[commonInfo.P…...case the engine will write inline template syntax error messages...

    forum.aspose.com/t/error-when-executing-a-stati...
  9. Story Class | Aspose.Words for .NET

    Discover the Aspose.Words.Story class, your essential tool for managing block-level elements like Paragraphs and Tables efficiently.... This is an inline shape, // which has a parent...

    reference.aspose.com/words/net/aspose.words/story/
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...document, checking if they are inline shapes (text boxes). It retrieves...

    forum.aspose.com/t/alternative-way-to-extract-a...