Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 299,990 for

doc

(0.15 sec)
  1. PageSetup.clear_formatting method | Aspose.Word...

    PageSetup.clear_formatting method. Resets page setup to default paper size, margins and orientation.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Modify the page setup properties...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Orientation enumeration | Aspose.Words for Python

    aspose.words.Orientation enumeration. Specifies page orientation.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Modify the page setup properties...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.LastSection | Aspose.Words for .NET AP...

    Document 财产. 获取文档的最后一节... Document doc = new Document (); // 一个空白文档默认包含一个部分,...其中包含我们可以编辑的子节点。 Assert . AreEqual ( 1 , doc . Sections . Count ); // 使用文档构建器将文本添加到第一部分。...

    reference.aspose.com/words/zh/net/aspose.words/...
  4. Class ViewOptions | Aspose.Words for .NET API 参考

    Aspose.Words.Settings.ViewOptions 班级. 提供控制文档在 Microsoft Word 中的显示方式的各种选项... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . ViewOptions...

    reference.aspose.com/words/zh/net/aspose.words....
  5. FieldUserAddress.user_address property | Aspose...

    FieldUserAddress.user_address property. Gets or sets the current user's postal address.... doc = aw . Document () # Create a...address = '123 Main Street' doc . field_options . current_user...

    reference.aspose.com/words/python-net/aspose.wo...
  6. LayoutCollector - Aspose.Words for Java - API R...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java.... Document doc = new Document(); LayoutCollector...layoutCollector = new LayoutCollector(doc); // Call the "GetNumPagesSpanned"...

    reference.aspose.com/words/java/com.aspose.word...
  7. RevisionCollection.Item | Aspose.Words for .NET

    RevisionCollection Item property. Returns a Revision at the specified index in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  8. LoadOptions.convert_metafiles_to_png property |...

    LoadOptions.convert_metafiles_to_png property. Gets or sets whether to convert metafile(Wmf or Emf) images to Png image format.... doc = aw . Document () shape = aw...aw . drawing . Shape ( doc , aw . drawing . ShapeType . IMAGE...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldGlossary.EntryName | Aspose.Words for .NET...

    FieldGlossary 财产. 获取或设置要插入的词汇表条目的名称...Document doc = new Document (); // 创建词汇表文档并向其添加自动图文集构建块。 doc . GlossaryDocument...buildingBlock = new BuildingBlock ( doc . GlossaryDocument ); buildingBlock...

    reference.aspose.com/words/zh/net/aspose.words....
  10. TextWatermarkOptions.Layout | Aspose.Words for ...

    TextWatermarkOptions Layout property. Gets or sets layout of the watermark. The default value is Diagonal in C#.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/tex...