Sort Score
Result 10 results
Languages All
Labels All
Results 5,431 - 5,440 of 96,367 for

doc

(0.32 sec)
  1. DocumentBuilder.insertStructuredDocumentTag met...

    DocumentBuilder.insertStructuredDocumentTag method. Inserts a [StructuredDocumentTag](../../../aspose.words.markup/structuredDocumenttag/) into the Document.... let doc = new aw . Document ( base ....DocumentBuilder ( doc ); builder . moveTo ( doc . firstSection ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. JsonDataLoadOptions.AlwaysGenerateRootObject | ...

    Discover how the JsonDataLoadOptions AlwaysGenerateRootObject property enhances your JSON data handling by ensuring a consistent root object for seamless integration.... Document doc = new Document ( MyDir + "Reporting...BuildReport ( doc , dataSource , "persons" ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.rep...
  3. DocumentBuilder.CurrentStory | Aspose.Words for...

    Discover the DocumentBuilder CurrentStory property to access and manage the selected story efficiently, enhancing your Document editing experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A Story is a type of node...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Table.TopPadding | Aspose.Words for .NET

    Discover the Table TopPadding property, easily adjust space in points above cell contents for enhanced layout control and improved readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  5. FontSourceType enumeration | Aspose.Words for P...

    aspose.words.fonts.FontSourceType enumeration. Specifies the type of font source...., priority = 0 ) doc = aw . Document () doc . font_settings =...aw . fonts . FontSettings () doc . font_settings . set_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::ShapeBase::get_Width me...

    Aspose::Words::Drawing::ShapeBase::get_Width method. Gets or sets the width of the containing block of the shape in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Shape > shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::ConvertUtil::PixelToPoint method...

    Aspose::Words::ConvertUtil::PixelToPoint method. Converts pixels to points at 96 dpi in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // A section's "Page Setup"...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Table.textWrapping property | Aspose.Words for ...

    Table.textWrapping property. Gets or sets [Table.textWrapping](./) for table.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartDataLabel.font property | Aspose.Words for...

    ChartDataLabel.font property. Provides access to the font formatting of this data label.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Settings::ViewOptions::get_Forms...

    Aspose::Words::Settings::ViewOptions::get_FormsDesign method. Specifies whether the Document is in forms design mode in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...