Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 937 for

insert document inline

(0.07 sec)
  1. ShapeBase class | Aspose.Words for Python

    aspose.words.drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...the Working with Shapes documentation article. Remarks This is... A shape is a node in the document tree. If the shape is a child...

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

    Represents a revision tracked change in a Document node or style in Java....revision (tracked change) in a document node or style. Use getRevisionType()...Track Changes in a Document documentation article. Examples:...

    reference.aspose.com/words/java/com.aspose.word...
  3. InlineStory class | Aspose.Words for Node.js

    Aspose.Words.InlineStory class. Base class for Inline-level nodes that can contain paragraphs and tables...InlineStory class Base class for inline-level nodes that can contain...Levels of Nodes in a Document documentation article. Remarks InlineStory...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. EQ Field Overstrike with Font Borders Not Rende...

    Description Aspose.Words does not correctly render EQ (Equation) fields of the form { EQ \o(, {text or whitespace with font borders}) }. Rendering issues occur when the EQ field contains whitespace or text that uses a f…...SetLicense($@"licensePath"); var doc = new Document($@"inputDocxPath"); doc.S...substitute the field with an inline Shape that contains that picture...

    forum.aspose.com/t/eq-field-overstrike-with-fon...
  5. SdtCalendarType Enum | Aspose.Words for .NET

    Explore Aspose.Words.Markup.SdtCalendarType enum to enhance your Office Open XML Documents with versatile calendar options for better workflow efficiency....CalendarType in an Office Open XML document. public enum SdtCalendarType...structured document tag. Document doc = new Document (); // Insert...

    reference.aspose.com/words/net/aspose.words.mar...
  6. Table | Aspose.Words for Java

    Represents a table in a Word Document in Java....Represents a table in a Word document. To learn more, visit the...the Working with Tables documentation article. Remarks: Table is...

    reference.aspose.com/words/java/com.aspose.word...
  7. StoryType | Aspose.Words for Java

    Text of a Word Document is stored in stories in Java....class StoryType Text of a Word document is stored in stories. StoryType...shapes from a node. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  8. CompositeNode Class | Aspose.Words for .NET

    Discover the Aspose.Words.CompositeNode class, your essential tool for creating complex Document structures with ease and efficiency....Words Document Object Model (DOM) documentation article. public...identifier. virtual Document { get; } Gets the document to which this...

    reference.aspose.com/words/net/aspose.words/com...
  9. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...Document(letterHeadpath); const contentDoc...contentDoc = new aw.Document(docPath); const headDocParagraphs...

    forum.aspose.com/t/tables-colliding-on-docx-to-...
  10. 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....Levels of Nodes in a Document documentation article. public abstract...identifier. virtual Document { get; } Gets the document to which this...

    reference.aspose.com/words/net/aspose.words/story/