Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 202,540 for

content

(0.72 sec)
  1. Table width issue - document doesn't respect wi...

    I am using Aspose.Words for .Net. I have the following issue. My code creates a table using the DocumentBuilder class. The table PreferredWidth is set: table.PreferredWidth = PreferredWidth.FromPercent(80); I tried al…...document is likely due to the content of the specific row you’re...you’re adding. If the content exceeds the available width, it can cause...

    forum.aspose.com/t/table-width-issue-document-d...
  2. block|Documentation

    Block element is used to organize Content within containers....Ask AI block Contents [ Hide ] This element is used to organize...organize content within containers . Blocks can only be nested within...

    docs.aspose.com/omr/net/txt-markup/block/
  3. DocumentBuilderOptions.ContextTableFormatting |...

    Discover the ContextTableFormatting property in DocumentBuilderOptions. Ensure table formatting remains independent, enhancing your document's clarity and style....ContextTableFormatti Contents [ Hide ] DocumentBuilderOptio....table content does not affect the formatting of the content that...

    reference.aspose.com/words/net/aspose.words/doc...
  4. FieldMergingArgsBase.DocumentFieldName | Aspose...

    Discover the DocumentFieldName property of FieldMergingArgsBase. Easily access and manage merge field names for efficient document processing....DocumentFieldName Contents [ Hide ] FieldMergingArgsBase.DocumentFieldName...@"MERGEFIELD html_Title \b Content" ); builder . InsertField (...

    reference.aspose.com/words/net/aspose.words.mai...
  5. Small inline image rendered at incorrect resolu...

    Description When converting a DOCX document containing a small inline image to HTML using Aspose.Words, the image is rendered with an incorrect resolution/scaling. As a result, the image appears visually distorted compa…...<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8".../><meta http-equiv="Content-Style-Type" content="text/css" /><meta...

    forum.aspose.com/t/small-inline-image-rendered-...
  6. Converting to Fixed-page Format in Java|Aspose....

    Aspose.Words for Java implements its own page layout engine enabling it to produce all of the fixed page formats, such as PDF, XPS, and various image formats....Converting to Fixed-page Format Contents [ Hide ] Aspose.Words implements...precisely where a document’s content is placed on every page. Internally...

    docs.aspose.com/words/java/converting-to-fixed-...
  7. Create New Document in Apache POI and Aspose.Wo...

    Create a new document easily and fast instead of using Apache POI....Words Contents [ Hide ] Aspose.Words - Create...DocumentBuilder to add document contents. Java // The path to the documents...

    docs.aspose.com/words/java/create-new-document-...
  8. PdfContentEditor Class|Aspose.PDF for Python vi...

    Learn how to use the PdfContentEditor class in Aspose.PDF for Python via .NET to edit PDF Content, manage annotations and attachments, work with links, images, text, multimedia, stamps, and viewer preferences....PdfContentEditor Class Contents [ Hide ] The PdfContentEditor...PDF Facades is designed for content-level editing tasks in existing...

    docs.aspose.com/pdf/python-net/pdfcontenteditor...
  9. StructuredDocumentTagRangeStart.removeSelfOnly ...

    StructuredDocumentTagRangeStart.removeSelfOnly method. Removes this range start and appropriate range end nodes of the structured document tag, but keeps its Content inside the document tree....document tag, but keeps its content inside the document tree. removeSelfOnly...structured document tag and its content. test ( 'SdtRangeExtendedMeth'...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document document, HeaderFooter header, String htmlContent) throws Exception { …...getPageSetup(); // Calculate content area height (excludes top and...available height to match body content area exactly double sidebarHeight...

    forum.aspose.com/t/topic/324972