Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 20,027 for

document insertion

(0.43 sec)
  1. 使用Aspose.wod java 将word转PDF,加密并设置权限,adobe acrob...

    当我使用如下代码计算权限,即使所有权限都设置好了,在adobe acrobat 中依然会显示文档组合和页面提取 不允许,怎么设置才能让adobe acrobat 中显示允许 // Allow Copy: Enable text/image copying and accessibility tools if (security.isAllowCopy()) { permissions |= …...editing capabilities (without document assembly) if (security.isAllowEdit())...Control document assembly operations (page merge/split/insert) //...

    forum.aspose.com/t/aspose-wod-java-word-pdf-ado...
  2. ChartTitle.Overlay | Aspose.Words for .NET

    Discover the ChartTitle Overlay property, control element overlap for clearer visuals. Enhance your charts effortlessly with this simple setting!...Shows how to insert a chart and set a title. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder (...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Create a Table of Contents in Word using Java

    Create a table of contents in Word using Java. Get details to set IDE, a list of steps, and sample code to generate a table of contents in Word using Java....steps, and a sample code to insert a table of contents in Word...Word using Java Set the IDE to insert TOC in a Word file using Aspose...

    kb.aspose.com/words/java/create-a-table-of-cont...
  4. ThemeFonts Class | Aspose.Words for .NET

    Discover the Aspose.Words ThemeFonts class, a powerful tool for managing multilingual font schemes, enhancing your Document's style and readability....with Styles and Themes documentation article. public class ThemeFonts...fonts for themes. Document doc = new Document ( MyDir + "Theme...

    reference.aspose.com/words/net/aspose.words.the...
  5. Aspose::Words::StoryType enum | Aspose.Words fo...

    Aspose::Words::StoryType enum. Text of a Word Document is stored in stories. StoryType identifies a story in C++....StoryType enum Text of a Word document is stored in stories. StoryType...There is no such story in the document. MainText 1 Contains the main...

    reference.aspose.com/words/cpp/aspose.words/sto...
  6. 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...If you can edit the source document, replace the legacy EQ field...

    forum.aspose.com/t/eq-field-overstrike-with-fon...
  7. ChartSeries | Aspose.Words for Java

    Represents chart series properties in Java....the Working with Charts documentation article. Examples: Shows...throws Exception { Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  8. Incorrect Underline Height in EQ Field Overstri...

    Description Aspose.Words does not correctly render EQ (Equation) fields when the text inside the field code contains underlined characters. Specifically, the underline height of text inside the field differs from the un…...SetLicense("licensePath"); var doc = new Document("inputDocxPath"); doc.Save("outputPngPath");...equation (Insert ► Equation). 2. Save the document and render...

    forum.aspose.com/t/incorrect-underline-height-i...
  9. FieldOptions.template_name property | Aspose.Wo...

    FieldOptions.template_name property. Gets or sets the file name of the template used by the Document....of the template used by the document. @property def template_name...FieldTemplate field if the Document.attached_template property...

    reference.aspose.com/words/python-net/aspose.wo...
  10. HTML to PNG Converter using Java | Aspose.PDF

    HTML to PNG conversion via Java sample code. Programmers can use this example code to export HTML to PNG within any Web or Desktop Java based application....convert programmatically a document from HTML to PNG format with...with a modern document-processing Java API. Use just a few lines...

    products.aspose.com/pdf/java/conversion/html-to...