Sort Score
Result 10 results
Languages All
Labels All
Results 4,501 - 4,510 of 414,712 for

document

(1.6 sec)
  1. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(Document); RunCollection runs = para.getRuns(); Arrays.st…...builder = new DocumentBuilder(document); RunCollection runs = para...您可以创建一个部分,并将其添加为首页: Document doc = new Document("input.docx"); Section...

    forum.aspose.com/t/topic/311299
  2. GradientStop | Aspose.Words for Java

    Represents one gradient stop in Java....Working with Graphic Elements documentation article. Examples: Shows...the gradient fill. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  3. Protect PDF using C++ | Aspose.PDF

    Lock PDF with password programmatically with C++ sample code using Aspose.PDF for C++... powerful and easy to use document manipulation API for cpp platform...the PDF with an instance of Document. Create an object of DocumentPrivilege...

    products.aspose.com/pdf/cpp/protect/
  4. Search and Get Text from Pages of PDF|Aspose.PD...

    Discover how to search and retrieve text from a PDF file in .NET using Aspose.PDF for text analysis and extraction....from All the Pages of PDF Document TextFragmentAbsorber class...from all the pages of a PDF document. In order to search text from...

    docs.aspose.com/pdf/net/search-and-get-text-fro...
  5. XMP Metadata in PDFs - Free Support Forum - asp...

    I am currently trying to set XMP metadata in fields that already exist within the PDF. It doesn’t seem to be working so I then extracted the metadata and cannot see these fields. In addition to the author, creator, titl…...two different places in the document, which may be why you’re having...trouble. Please attach your document. Kayleigh March 25, 2026,...

    forum.aspose.com/t/xmp-metadata-in-pdfs/326878
  6. DocumentBuilder.insert_style_separator method |...

    DocumentBuilder.insert_style_separator method. Inserts style separator into the Document....Inserts style separator into the document. def insert_style_separator...style separators. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to access Style Id? - Free Support Forum - ...

    Hello, Consider the Document has this style ( present in styles.xml ): <w:style w:type="character" w:styleId="CustomEmphasis"> <w:name w:val="Custom Emphasis"/> <w:basedOn w:val="DefaultParagraphFon…...9:03pm 1 Hello, Consider the document has this style ( present in...back to the style ? Because, Document.styles or Style object in...

    forum.aspose.com/t/how-to-access-style-id/316421
  8. FootnoteSeparatorType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.FootnoteSeparatorType enum to customize footnote and endnote separators, enhancing Document formatting and readability.... Document doc = new Document ( MyDir + "Footnotes...separator format. Document doc = new Document ( MyDir + "Footnotes...

    reference.aspose.com/words/net/aspose.words.not...
  9. 使用 Python 从 PDF 中删除表格 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式从 PDF 文件中删除表格...data_dir , outfile ) document = apdf . Document ( path_infile ) absorber...TableAbsorber () absorber . visit ( document . pages [ 1 ]) table = absorber...

    products.aspose.com/pdf/zh-hans/python-net/tabl...
  10. DmlEffectsRenderingMode enumeration | Aspose.Wo...

    Aspose.Words.Saving.DmlEffectsRenderingMode enumeration. Specifies how DrawingML effects are rendered to fixed page formats....of DrawingML effects in a document as we save it to PDF. let...let doc = new aw . Document ( base . myDir + "DrawingML shape effects...

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