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

doc

(0.11 sec)
  1. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::RemoveAllChildren method. Removes all the nodes between this range start node and the range end node in C++....SdtRangeExtendedMeth () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "StructuredDocumentTa...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. WriteProtection.set_password method | Aspose.Wo...

    WriteProtection.set_password method. Sets the write protection password for the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocSaveOptions.SaveRoutingSlip | Aspose.Words f...

    DocSaveOptions SaveRoutingSlip property. When false RoutingSlip data is not saved to output Document. Default value is true in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words.sav...
  4. CustomPartCollection indexer | Aspose.Words for...

    CustomPartCollection indexer. Gets or sets an item at the specified index.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.GrammarChecked | Aspose.Words for .NET...

    Document 财产. 返回 真的如果文档已检查语法... Document doc = new Document (); // 有拼写错误的字符串。 doc . FirstSection...FirstParagraph . Runs . Add ( new Run ( doc , "The speeling in this documentz...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. Document.SpellingChecked | Aspose.Words for .NE...

    Document 财产. 返回 真的如果文档已检查拼写... Document doc = new Document (); // 有拼写错误的字符串。 doc . FirstSection...FirstParagraph . Runs . Add ( new Run ( doc , "The speeling in this documentz...

    reference.aspose.com/words/zh/net/aspose.words/...
  7. 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...
  8. 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...
  9. 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...
  10. 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/...