Sort Score
Result 10 results
Languages All
Labels All
Results 5,971 - 5,980 of 118,219 for

doc

(0.32 sec)
  1. FileFontSource.FilePath | Aspose.Words for .NET

    Discover the FileFontSource FilePath property for easy access to your font files. Streamline your design process with this essential tool!...ttf" , 0 ); Document doc = new Document (); doc . FontSettings =...= new FontSettings (); doc . FontSettings . SetFontsSources (...

    reference.aspose.com/words/net/aspose.words.fon...
  2. JsonDataLoadOptions | Aspose.Words for .NET

    Discover the JsonDataLoadOptions constructor, effortlessly initialize your data loading with customizable default settings for optimal performance.... Document doc = new Document ( MyDir + "Reporting...BuildReport ( doc , dataSource , "persons" ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.rep...
  3. Document.default_tab_stop property | Aspose.Wor...

    Document.default_tab_stop property. Gets or sets the interval (in points) between the default tab stops.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set tab stops to appear...

    reference.aspose.com/words/python-net/aspose.wo...
  4. StructuredDocumentTagRangeStart.LockContentCont...

    Discover how the LockContentControl property in StructuredDocumentTagRangeStart enhances Document security by preventing unwanted deletions of essential tags.... Document doc = new Document ( MyDir + "Multi-section...StructuredDocumentTa rangeStartTag = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.mar...
  5. ParagraphFormat class | Aspose.Words for Python

    aspose.words.ParagraphFormat class. Represents all the formatting for a paragraph... doc = aw . Document () # A blank...document node with no children. doc . remove_all_children () # This...

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

    Access specific form fields easily with the FormFieldCollection Item property. Streamline your data handling and enhance form management....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FolderFontSource.type property | Aspose.Words f...

    FolderFontSource.type property. Returns the type of the font source...., priority = 1 ) doc = aw . Document () doc . font_settings =...aw . fonts . FontSettings () doc . font_settings . set_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Drawing::ShapeBase::get_WrapSide...

    Aspose::Words::Drawing::ShapeBase::get_WrapSide method. Specifies how the text is wrapped around the shape in C++.... auto doc = MakeObject < Document > ( MyDir...SharedPtr < Shape >> shapes = doc -> GetChildNodes ( NodeType ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Chart | Aspose.Words for Java

    Provides access to the chart shape properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a chart shape with...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentVisitor.visitDocumentEnd method | Aspos...

    DocumentVisitor.visitDocumentEnd method. Called when enumeration of the Document has finished....visitDocumentEnd method visitDocumentEnd(doc) Called when enumeration of the...finished. visitDocumentEnd ( doc : Aspose . Words . Document )...

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