Sort Score
Result 10 results
Languages All
Labels All
Results 7,361 - 7,370 of 183,478 for

doc

(0.79 sec)
  1. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...Exception { // 创建文档和文档构建器 Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); List<Paragraph> paragraphs...

    forum.aspose.com/t/word-header-footer-x-y/316493
  2. Revision details PDF compare - Free Support For...

    Hello I notice some problem with default save compared Document to PDF. It looks like PDF always export as “All markup” (compared to word). That produce some “first look” inconsistency like that: To reproduce this yo…...use following code: Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("paragraph1");...

    forum.aspose.com/t/revision-details-pdf-compare...
  3. AxisScaling | Aspose.Words for Java

    Represents the scaling options of the axis in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape chartShape = builder...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldAutoTextList.ListStyle | Aspose.Words for ...

    Discover the FieldAutoTextList ListStyle property to customize your entry lists effortlessly. Enhance your content with tailored styles today!... Document doc = new Document (); // Create...populate it with auto text entries. doc . GlossaryDocument = new GlossaryDocument...

    reference.aspose.com/words/net/aspose.words.fie...
  5. MailMerge.MergeDuplicateRegions | Aspose.Words ...

    Optimize your mail merge process with the MergeDuplicateRegions property. Control how data source regions are merged for efficient Document management.... Document doc = CreateSourceDocMerge (); DataTable...merge will affect both regions. doc . MailMerge . MergeDuplicateRegion...

    reference.aspose.com/words/net/aspose.words.mai...
  6. PageInfo.GetSpecifiedPrinterPaperSource | Aspos...

    Discover the GetSpecifiedPrinterPaperSource method in PageInfo. Efficiently retrieve the ideal PaperSource for seamless page printing.... Document doc = new Document ( MyDir + "Rendering...PrinterSettings (). PaperSources ; doc . FirstSection . PageSetup ....

    reference.aspose.com/words/net/aspose.words.ren...
  7. GroupShape | Aspose.Words for .NET

    Design stunning group shapes effortlessly with GroupShape constructor. Enhance your projects with customizable, user-friendly tools for unique creations....DocumentBase doc ) Parameter Type Description doc DocumentBase...a document visitor. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  8. EmbeddedFontStyle | Aspose.Words for Java

    Specifies the style of an embedded font inside a FontInfo object in Java.... Document doc = new Document(getMyDir() + "Embedded...docx"); FontInfo embeddedFont = doc.getFontInfos().get("Alte DIN...

    reference.aspose.com/words/java/com.aspose.word...
  9. Find And Replace in PHP|Aspose.Words for Java

    Find And Replace text in Document using PHP.... $ doc = new Java ( "com.aspose.words..."ReplaceSimple.doc" ); // Replace the text in the document. $ doc -> getRange...

    docs.aspose.com/words/java/find-and-replace-in-...
  10. Working with Form Fields in Python|Aspose.Words...

    Insert, obtain, or format a form field in a Document using Python....form field into a document: doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . insert_text_input ( "TextInput"...

    docs.aspose.com/words/python-net/working-with-f...