Sort Score
Result 10 results
Languages All
Labels All
Results 4,841 - 4,850 of 170,542 for

doc

(0.15 sec)
  1. Aspose::Words::DocumentBase::get_FontInfos meth...

    Aspose::Words::DocumentBase::get_FontInfos method. Provides access to properties of fonts used in this Document in C++.... auto doc = System :: MakeObject < Aspose...FontInfoCollection > allFonts = doc -> get_FontInfos (); // Print...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Aspose::Words::Fields::FieldOptions::get_Templa...

    Aspose::Words::Fields::FieldOptions::get_TemplateName method. Gets or sets the file name of the template used by the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // We can set a template name...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. DocumentBase.fontInfos property | Aspose.Words ...

    DocumentBase.fontInfos property. Provides access to properties of fonts used in this Document.... let doc = new aw . Document ( base ....font.docx" ); let allFonts = doc . fontInfos ; expect ( allFonts...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. MultiplePagesType enumeration | Aspose.Words fo...

    aspose.words.settings.MultiplePagesType enumeration. Specifies how Document is printed out.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'My...

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

    Discover the FolderFontSource constructor for seamless font management. Enhance your web projects with efficient font sourcing today!...false , 1 ); Document doc = new Document (); doc . FontSettings =...= new FontSettings (); doc . FontSettings . SetFontsSources (...

    reference.aspose.com/words/net/aspose.words.fon...
  6. TableStyle.LeftIndent | Aspose.Words for .NET

    Discover the TableStyle LeftIndent property to easily customize your table's left indent for enhanced layout control and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways of aligning...

    reference.aspose.com/words/net/aspose.words/tab...
  7. SignatureLine | Aspose.Words for Java

    Provides access to signature line properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); SignatureLineOptions options...

    reference.aspose.com/words/java/com.aspose.word...
  8. PageSet.even property | Aspose.Words for Node.js

    PageSet.even property. Gets a set with all the even pages of the Document in their original order.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); for ( let i = 0 ; i < 5 ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::TableStyle::get_Alignment method...

    Aspose::Words::TableStyle::get_Alignment method. Specifies the alignment for the table style in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Below are two ways of aligning...

    reference.aspose.com/words/cpp/aspose.words/tab...
  10. SignatureLine.isValid property | Aspose.Words f...

    SignatureLine.isValid property. Indicates that signature line is signed by digital signature and this digital signature is valid.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let signatureLineOptions =...

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