Sort Score
Result 10 results
Languages All
Labels All
Results 5,861 - 5,870 of 299,987 for

doc

(0.1 sec)
  1. PageSetup.footnote_options property | Aspose.Wo...

    PageSetup.footnote_options property. Provides options that control numbering and positioning of footnotes in this section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Rendering::ThumbnailGeneratingOp...

    Aspose::Words::Rendering::ThumbnailGeneratingOptions class. Can be used to specify additional options when generating thumbnail for a Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.ren...
  3. Node.node_type property | Aspose.Words for Python

    Node.node_type property. Gets the type of this node.... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 2 , doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Enum WrapType | Aspose.Words for .NET API 参考

    Aspose.Words.Drawing.WrapType 枚举. 指定文本如何环绕形状或图片... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 插入将出现在重叠文本后面的浮动图像,并将其与页面中心对齐。...

    reference.aspose.com/words/zh/net/aspose.words....
  5. Aspose::Words::Paragraph::get_ParentStory metho...

    Aspose::Words::Paragraph::get_ParentStory method. Retrieves the parent section-level story that can be Body or HeaderFooter in C++.... auto doc = MakeObject < Document > ();...HeaderFooter > ( doc , HeaderFooterType :: HeaderPrimary ); doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. MailMergeSettings.active_record property | Aspo...

    MailMergeSettings.active_record property. Specifies the one-based index of the record from the data source which shall be displayed in Microsoft Word... doc = aw . Document ( MY_DIR + "Odso..."Odso data.docx" ) settings = doc . mail_merge_settings print (...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert Word to Excel in Java|Aspose.Words for ...

    Convert PDF to Excel, XML to Excel, DocX to Excel Java. Save a Document in various formats to XLSX using Java....to save PDF to XLSX: Document doc = new Document ( getMyDir ()...() + "Pdf Document.pdf" ); doc . save ( getArtifactsDir () + "BaseConversions...

    docs.aspose.com/words/java/convert-a-document-t...
  8. MailMergeSettings.mail_subject property | Aspos...

    MailMergeSettings.mail_subject property. Specifies the text which shall appear in the subject line of the e-mails or faxes produced during mail merge... doc = aw . Document ( MY_DIR + "Odso..."Odso data.docx" ) settings = doc . mail_merge_settings print (...

    reference.aspose.com/words/python-net/aspose.wo...
  9. MailMergeSettings.mail_as_attachment property |...

    MailMergeSettings.mail_as_attachment property. Specifies that the Documents produced during a mail merge operation should be emailed as an attachment rather than the body of the actual e-mail... doc = aw . Document ( MY_DIR + "Odso..."Odso data.docx" ) settings = doc . mail_merge_settings print (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BuiltInDocumentProperties.thumbnail property | ...

    BuiltInDocumentProperties.thumbnail property. Gets or sets the thumbnail of the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . writeln ( "Hello world...

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