Sort Score
Result 10 results
Languages All
Labels All
Results 4,701 - 4,710 of 157,137 for

doc

(0.1 sec)
  1. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_Title method. Specifies the friendly name associated with this SDT. Can not be null in C++.... auto doc = System :: MakeObject < Aspose...IStructuredDocumentT > sdt = doc -> get_Range () -> get_StructuredDocumentTa...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::PageSetup::get_BorderAlwaysInFro...

    Aspose::Words::PageSetup::get_BorderAlwaysInFront method. Specifies where the page border is positioned relative to intersecting texts and objects in C++.... auto doc = System :: MakeObject < Aspose...Words :: PageSetup > pageSetup = doc -> get_Sections () -> idx_get...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. Aspose::Words::Fonts::FileFontSource::get_Type ...

    Aspose::Words::Fonts::FileFontSource::get_Type method. Returns the type of the font source in C++....ttf" , 0 ); auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> set_FontSettings ( System...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. DocumentBuilder.EndRow | Aspose.Words for .NET

    Effortlessly end table rows in your Documents with DocumentBuilder's EndRow method. Streamline your formatting and enhance Document clarity!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a cell into the...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Section constructor | Aspose.Words for Node.js

    Section constructor. Initializes a new instance of the Section class....Section constructor Section(doc) Initializes a new instance of...the Section class. Section ( doc : Aspose . Words . DocumentBase...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Tables::Table::get_DistanceLeft ...

    Aspose::Words::Tables::Table::get_DistanceLeft method. Gets or sets distance between table left and the surrounding text, in points in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. FormField.TextInputDefault | Aspose.Words for .NET

    Discover the FormField TextInputDefault property, easily set default text or calculations for your forms, enhancing user experience and data accuracy....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Font.border property | Aspose.Words for Node.js

    Font.border property. Returns a [Border](../../border/) object that specifies border for the font.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . border ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartFormat.isDefined property | Aspose.Words f...

    ChartFormat.isDefined property. Gets a flag indicating whether any format is defined.... let doc = new aw . Document ( base ....format.docx" ); let shape = doc . getShape ( 0 , true ); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBuilder.CellFormat | Aspose.Words for .NET

    Explore the DocumentBuilder CellFormat property for seamless table cell formatting. Enhance your Documents with customizable styles and properties today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/doc...