Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 3,681 for

inline

(0.07 sec)
  1. Aspose::Words::Drawing::ImageData::get_Borders ...

    Aspose::Words::Drawing::ImageData::get_Borders method. Gets the collection of borders of the image. Borders only have effect for Inline images in C++....Borders only have effect for inline images. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. How to Create a Table in C++|Aspose.Words for C++

    Different ways to create tables using C++. Create table in C++ for your document. Add a table in C++....AutoFit True A table can be inline if it is tightly positioned...Aspose.Words always creates inline tables. Create a Table with...

    docs.aspose.com/words/cpp/create-a-table/
  3. TextPath | Aspose.Words for Java

    Defines the text and formatting of the text path of a WordArt object in Java....throws Exception { // Create an inline Shape, which will serve as...shape.setWrapType(WrapType.INLINE); shape.setWidth(shapeWidth);...

    reference.aspose.com/words/java/com.aspose.word...
  4. EditableRangeStart class | Aspose.Words for Python

    aspose.words.EditableRangeStart class. Represents a start of an editable range in a Word document...ranges are supported only at the inline-level, that is inside Paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StructuredDocumentTag.tag property | Aspose.Wor...

    StructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node... Inline ); // Set the title and color...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. IsInLineParagraph only works on first page Foot...

    When using the IsInlineParagraph = true option inside of a HeaderFooter, the paragraph is properly rendered as Inline on the first page, however on subsequent pages the paragraph is rendered as if IsInlineParagraph = fal…...paragraph is properly rendered as inline on the first page, however...

    forum.aspose.com/t/isinlineparagraph-only-works...
  7. Paragraph.get_text method | Aspose.Words for Py...

    Paragraph.get_text method. Gets the text of this paragraph including the end of paragraph character....contain other composite and inline nodes as children. paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FootnoteSeparator | Aspose.Words for Java

    in Java.... This is an inline shape, // which has a parent...contain other composite and inline nodes as children. Paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_Placeholder method. Gets the BuildingBlock containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the XmlMapping element or the IsShowingPlaceholderText element is true in C++....:: Markup :: MarkupLevel :: Inline ); // We can get the tag to...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Print Word Document with Comments in Python

    Follow this article to print Word document with comments in Python. It contains information to establish the development environment, a list of steps, and a sample code to print DOCX comments.... and whether edits show up inline or in balloons, making it easy...

    kb.aspose.com/words/python/print-word-document-...