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

doc

(0.16 sec)
  1. 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...
  2. FontSubstitutionSettings.FontInfoSubstitution |...

    Discover how FontSubstitutionSettings enhance your typography with customizable font info rules for improved design and readability.... Document doc = new Document ( MyDir + "Missing...new HandleDocumentSubsti (); doc . WarningCallback = substitutionWarningH...

    reference.aspose.com/words/net/aspose.words.fon...
  3. 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...
  4. 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...
  5. Odso.firstRowContainsColumnNames property | Asp...

    Odso.firstRowContainsColumnNames property. Specifies that a hosting application shall treat the first row of data in the specified external data source as a header row containing the names of each column in the data source... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Dear "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ReflectionFormat class | Aspose.Words for Python

    aspose.words.drawing.ReflectionFormat class. Represents the reflection formatting for an object.... doc = aw . Document ( file_name =...'Various shapes.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Odso.columnDelimiter property | Aspose.Words fo...

    Odso.columnDelimiter property. Specifies the character which shall be interpreted as the column delimiter used to separate columns within external data sources... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Dear "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FindReplaceOptions.UseSubstitutions | Aspose.Wo...

    Discover the UseSubstitutions property in FindReplaceOptions. Easily enable substitutions in replacement patterns for enhanced text editing flexibility....elements please refer to: https://docs.microsoft.com/en-us/dotnet/...replacement patterns. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.rep...
  9. Font.Shadow | Aspose.Words for .NET

    Discover the Font Shadow property, enhance your text with stylish shadow effects for a striking visual appeal in your designs.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set the Shadow flag to...

    reference.aspose.com/words/net/aspose.words/fon...
  10. FootnoteOptions.columns property | Aspose.Words...

    FootnoteOptions.columns property. Specifies the number of columns with which the footnotes area is formatted.... doc = aw . Document ( file_name =...endnotes.docx' ) doc . footnote_options . columns = 2 doc . save ( file_name...

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