Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 30,978 for

doc

(0.2 sec)
  1. Aspose::Words::TableStyle::get_Bidi method | As...

    Aspose::Words::TableStyle::get_Bidi method. Gets or sets whether this is a style for a right-to-left table in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words/tab...
  2. Aspose::Words::Vba::VbaReferenceCollection::Rem...

    Aspose::Words::Vba::VbaReferenceCollection::RemoveAt method. Removes the VbaReference element at the specified index of the collection in C++....dll" ; auto doc = MakeObject < Document > ( MyDir...VbaReferenceCollecti > references = doc -> get_VbaProject () -> get_References...

    reference.aspose.com/words/cpp/aspose.words.vba...
  3. ChartFormat.stroke property | Aspose.Words for ...

    ChartFormat.stroke property. Gets line formatting for the parent chart element.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldDisplayBarcode | Aspose.Words for Java

    Implements the DISPLAYBARCODE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldDisplayBarcode field =...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. 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...
  7. 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...
  8. Aspose::Words::Fonts::TableSubstitutionRule::Se...

    Aspose::Words::Fonts::TableSubstitutionRule::SetSubstitutes method. Override substitute font names for given original font name in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. Aspose::Words::DocumentBuilder::EndRow method |...

    Aspose::Words::DocumentBuilder::EndRow method. Ends a table row in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a cell into the...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Aspose::Words::DocumentBuilder::get_CellFormat ...

    Aspose::Words::DocumentBuilder::get_CellFormat method. Returns an object that represents current table cell formatting properties in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> StartTable ();...

    reference.aspose.com/words/cpp/aspose.words/doc...