Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 313,804 for

doc

(0.17 sec)
  1. TextWatermarkOptions.color property | Aspose.Wo...

    TextWatermarkOptions.color property. Gets or sets font color... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

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

    Aspose::Words::Rendering::ThumbnailGeneratingOptions::get_ThumbnailSize method. Size of generated thumbnail in pixels. Default is 600x900 in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.ren...
  3. Aspose::Words::Rendering::ThumbnailGeneratingOp...

    Aspose::Words::Rendering::ThumbnailGeneratingOptions::get_GenerateFromFirstPage method. Specifies whether to generate thumbnail from first page of the Document or first image in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.ren...
  4. Node.PreviousPreOrder | Aspose.Words for .NET A...

    Node 方法. 根据前序树遍历算法获取上一个节点... Document doc = new Document ( MyDir + "Images...docx" ); Assert . AreEqual ( 9 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/zh/net/aspose.words/...
  5. 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...
  6. TextWatermarkOptions.IsSemitrasparent | Aspose....

    TextWatermarkOptions IsSemitrasparent property. Gets or sets a boolean value which is responsible for opacity of the watermark. The default value is true 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...
  7. 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...
  8. 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...
  9. 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/...
  10. 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....