Sort Score
Result 10 results
Languages All
Labels All
Results 7,631 - 7,640 of 155,673 for

doc

(0.08 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_IsDecora...

    Aspose::Words::Drawing::ShapeBase::get_IsDecorative method. Gets or sets the flag that specifies whether the shape is decorative in the Document in C++.... auto doc = MakeObject < Document > ( MyDir...:: ExplicitCast < Shape > ( doc -> GetChildNodes ( NodeType ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. VariableCollection.count property | Aspose.Word...

    VariableCollection.count property. Gets the number of elements contained in the collection.... doc = aw . Document () variables = doc . variables...builder = aw . DocumentBuilder ( doc ) field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  3. VbaReference.LibId | Aspose.Words for .NET

    Discover the VBA LibId property, effortlessly retrieve the Automation type library identifier with this essential guide for developers. Enhance your coding skills!...LibidReference of [MS-OVBA]: https://docs.microsoft.com/en-us/openspe...ProjectReference of [MS-OVBA]: https://docs.microsoft.com/en-us/openspe...

    reference.aspose.com/words/net/aspose.words.vba...
  4. ChartAxisTitle.overlay property | Aspose.Words ...

    ChartAxisTitle.overlay property. Determines whether other chart elements shall be allowed to overlap the title... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  5. HtmlFixedSaveOptions.remove_java_script_from_li...

    HtmlFixedSaveOptions.remove_java_script_from_links property. Specifies whether JavaScript will be removed from links... doc = aw . Document ( file_name =...remove_java_script_from_links = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldUserAddress Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldUserAddress class for seamless integration of USERADDRESS fields, enhancing Document automation and personalization.... Document doc = new Document (); // Create...Address = "123 Main Street" ; doc . FieldOptions . CurrentUser...

    reference.aspose.com/words/net/aspose.words.fie...
  7. PageLayoutEvent enumeration | Aspose.Words for ...

    Aspose.Words.Layout.PageLayoutEvent enumeration. A code of event raised during page layout model build and rendering...., () => { let doc = new aw . Document (); doc . builtInDocumentPrope...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . layoutOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. StructuredDocumentTag.CalendarType | Aspose.Wor...

    Discover the StructuredDocumentTag CalendarType property to customize your SDT calendar type. Enhance your Documents with tailored calendar options!... Document doc = new Document (); // Insert...= new StructuredDocumentTa ( doc , SdtType . Date , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  9. StructuredDocumentTag.FullDate | Aspose.Words f...

    Discover the StructuredDocumentTag FullDate property, which captures the complete date and time for enhanced Document accuracy and tracking.... Document doc = new Document (); // Insert...= new StructuredDocumentTa ( doc , SdtType . Date , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  10. DocumentBuilder.move_to_paragraph method | Aspo...

    DocumentBuilder.move_to_paragraph method. Moves the cursor to a paragraph in the current section.... doc = aw . Document ( file_name =...'Paragraphs.docx' ) paragraphs = doc . first_section . body . paragraphs...

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