Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 30,980 for

doc

(0.04 sec)
  1. FieldToc.entry_identifier property | Aspose.Wor...

    FieldToc.entry_identifier property. Gets or sets a string that should match type identifiers of TC fields being included....field_toc_entry_identifier (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert a TOC field, which will...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldSaveDate.use_saka_era_calendar property | ...

    FieldSaveDate.use_saka_era_calendar property. Gets or sets whether to use the Saka Era calendar.... doc = aw . Document ( MY_DIR + 'Document...builder = aw . DocumentBuilder ( doc ) builder . move_to_document_end...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.insert_text_input method | Aspo...

    DocumentBuilder.insert_text_input method. Inserts a text form field at the current position.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a form that prompts...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::SectionLayoutMode enum | Aspose....

    Aspose::Words::SectionLayoutMode enum. Specifies the layout mode for a section allowing to define the Document grid behavior in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/cpp/aspose.words/sec...
  5. SectionCollection class | Aspose.Words for Python

    aspose.words.SectionCollection class. A collection of [Section](../section/) objects in the Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ShapeBase.wrap_side property | Aspose.Words for...

    ShapeBase.wrap_side property. Specifies how the text is wrapped around the shape.... doc = aw . Document ( file_name =...x . as_shape (), b ), list ( doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Fields::FieldAutoText class | As...

    Aspose::Words::Fields::FieldAutoText class. Implements the AUTOTEXT field. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...AutoText building block to it. doc -> set_GlossaryDocument ( MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. CommentRangeStart | Aspose.Words for .NET

    Discover the CommentRangeStart constructor. Easily create new instances of this class for enhanced coding efficiency and streamlined development....DocumentBase doc , int id ) Parameter Type Description doc DocumentBase...CreateCommentsAndPri () { Document doc = new Document (); Comment newComment...

    reference.aspose.com/words/net/aspose.words/com...
  9. FormField.HelpText | Aspose.Words for .NET

    Discover the FormField HelpText property, enhance user experience with informative messages displayed when F1 is pressed on focused fields....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  10. DocumentProperty.Type | Aspose.Words for .NET

    Discover the DocumentProperty Type to efficiently retrieve and utilize property data types for enhanced Document management and automation.... Document doc = new Document ( MyDir + "Properties...$"Document filename:\n\t \" { doc . OriginalFileName } \ "" );...

    reference.aspose.com/words/net/aspose.words.pro...