Sort Score
Result 10 results
Languages All
Labels All
Results 9,061 - 9,070 of 88,663 for

doc format

(0.15 sec)
  1. MarkdownSaveOptions.export_as_html property | A...

    MarkdownSaveOptions.export_as_html property. Allows to specify the elements to be exported to Markdown as raw HTML... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Sample...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 使用Python通过.NET操作PDF文档|Aspose.PDF for Python via...

    本文包含有关如何使用Python验证PDF A标准的PDF文档,如何处理目录,如何设置PDF到期日期等信息。...pdf as ap # 加载现有的 PDF 文件 doc = ap . Document ( input_pdf )...) # 访问 PDF 文件的第一页 tocPage = doc . pages . insert ( 1 ) # 创建对象以表示目录信息...

    docs.aspose.com/pdf/zh/python-net/manipulate-pd...
  3. PageSetup.restart_page_numbering property | Asp...

    PageSetup.restart_page_numbering property. True if page numbering restarts at the beginning of the section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Sample Reports Gallery|Aspose.Words for JasperR...

    This gallery demonstrates reports generated by Aspose.Words for JasperReports....Features: DOC, text, table formatting, images. Features: DOC, charts...orientation. Features: DOC, text, table formatting, subreports. Feature...

    docs.aspose.com/words/jasperreports/sample-repo...
  5. Table.Title | Aspose.Words for .NET

    Discover the Table Title property, easily set or modify your table's title for improved accessibility and enhanced data representation....saved to pre-ISO/IEC 29500 formats, the property is ignored. Examples...CreateNestedTable () { Document doc = new Document (); // Create...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Word document font replacement fails - Free Sup...

    I want to replace a font in a Word Document. The font is not installed on my computer and I want to replace it with an installed font. version:aspose-words-25.9-jdk17 FontSettings fontSettings = new FontSettings(); fon…...ings fontSettings, Document doc, String sourceFont, String targetFont)...Set<String> usedFonts = getUsedFonts(doc); if (usedFonts.contains(sourceFont))...

    forum.aspose.com/t/word-document-font-replaceme...
  7. TabStop.equals method | Aspose.Words for Python

    TabStop.equals method. Compares with the specified [TabStop](../).... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format . tab_stops...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TabStopCollection.count property | Aspose.Words...

    TabStopCollection.count property. Gets the number of tab stops in the collection.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format . tab_stops...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TabStop.is_clear property | Aspose.Words for Py...

    TabStop.is_clear property. Returns ``True`` if this tab stop clears any existing tab stops in this position.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format . tab_stops...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentBuilderOptions class | Aspose.Words for...

    aspose.words.DocumentBuilderOptions class. Allows to specify additional options for the Document building process....context_table_formatting True if the formatting applied to table...content does not affect the formatting of the content that follows...

    reference.aspose.com/words/python-net/aspose.wo...