Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 155,673 for

doc

(0.08 sec)
  1. DocSaveOptions.save_format property | Aspose.Wo...

    DocSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used...DOC or SaveFormat.DOT . @property...older Microsoft Word formats. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Paragraph.isEndOfHeaderFooter property | Aspose...

    Paragraph.isEndOfHeaderFooter property. True if this paragraph is the last paragraph in the [HeaderFooter](../../headerfooter/) (main text story) of a [Section](../../section/); false otherwise.... let doc = new aw . Document (); // Create...HeaderFooter ( doc , aw . HeaderFooterType . HeaderPrimary ); doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. IStructuredDocumentTag.lock_contents property |...

    IStructuredDocumentTag.lock_contents property. When set to true, this property will prohibit a user from editing the contents of this SDT.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a plain text structured...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldUserName.UserName | Aspose.Words for .NET

    Manage the current user's name effortlessly with the FieldUserName property. Enhance user experience and personalize interactions seamlessly.... Document doc = new Document (); // Create...userInformation . Name = "John Doe" ; doc . FieldOptions . CurrentUser...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Paragraph.parentStory property | Aspose.Words f...

    Paragraph.parentStory property. Retrieves the parent section-level story that can be [Body](../../body/) or [HeaderFooter](../../headerfooter/).... let doc = new aw . Document (); // Create...HeaderFooter ( doc , aw . HeaderFooterType . HeaderPrimary ); doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the DocSaveOptions SaveFormat property to easily choose between Doc or Dot formats for seamless Document saving. Optimize your workflow today!... Can be Doc or Dot. public override SaveFormat...Microsoft Word formats. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 使用 Python 製作 DOCX

    通過幾個步驟在 Python 中創建一個新的 DocX。使用 Python via .NET 庫輕鬆創建 DocX。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...as aw doc = aw.Document() builder = aw.DocumentBuilder(doc) font...

    products.aspose.com/words/zh-hant/python-net/ma...
  8. FieldDocVariable.VariableName | Aspose.Words fo...

    Discover the FieldDocVariable VariableName property to easily manage Document variables. Simplify retrieval and enhance your Document management today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways of using...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldUserInitials.UserInitials | Aspose.Words f...

    Access and customize the FieldUserInitials property to effortlessly manage user initials, enhancing personalization and user experience.... Document doc = new Document (); // Create...userInformation . Initials = "J. D." ; doc . FieldOptions . CurrentUser...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Aspose::Words::WatermarkType enum | Aspose.Word...

    Aspose::Words::WatermarkType enum. Specifies the watermark type in C++.... auto doc = MakeObject < Document > ();...Add a plain text watermark. doc -> get_Watermark () -> SetText...

    reference.aspose.com/words/cpp/aspose.words/wat...