Sort Score
Result 10 results
Languages All
Labels All
Results 9,121 - 9,130 of 180,798 for

doc

(0.24 sec)
  1. Aspose::Words::BorderCollection::get_Right meth...

    Aspose::Words::BorderCollection::get_Right method. Gets the right border in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Start a table and set a...

    reference.aspose.com/words/cpp/aspose.words/bor...
  2. Aspose::Words::Tables::Table::get_Alignment met...

    Aspose::Words::Tables::Table::get_Alignment method. Specifies how an inline table is aligned in the Document in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. Aspose::Words::BorderCollection::get_Left metho...

    Aspose::Words::BorderCollection::get_Left method. Gets the left border in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Start a table and set a...

    reference.aspose.com/words/cpp/aspose.words/bor...
  4. Aspose::Words::Drawing::Stroke::get_Fill method...

    Aspose::Words::Drawing::Stroke::get_Fill method. Gets fill formatting for the Stroke in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. FieldListNum | Aspose.Words for Java

    Implements the LISTNUM field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // LISTNUM fields display a...

    reference.aspose.com/words/java/com.aspose.word...
  6. CheckBoxControl.type property | Aspose.Words fo...

    CheckBoxControl.type property. Gets type of Forms 2.0 control.... doc = aw . Document ( file_name =...'ActiveX controls.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Paragraph::get_ListFormat method...

    Aspose::Words::Paragraph::get_ListFormat method. Provides access to the list formatting properties of the paragraph in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_ListFormat...

    reference.aspose.com/words/cpp/aspose.words/par...
  8. Set PDF File Information in PHP|Aspose.PDF for ...

    Learn how to set various file properties, such as metadata, for a PDF Document in PHP using Aspose.PDF.... $doc = new Document ( $dataDir . "input1...information $doc_info = $doc -> getInfo (); $doc_info -> setAuthor...

    docs.aspose.com/pdf/java/set-pdf-file-informati...
  9. FieldToc.PreserveLineBreaks | Aspose.Words for ...

    Discover how the FieldToc PreserveLineBreaks property enhances table entries by preserving newline characters for improved readability and formatting....void FieldToc () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.fie...
  10. DocumentBuilder.ListFormat | Aspose.Words for .NET

    Explore the DocumentBuilder ListFormat property to access and customize your current list formatting settings for enhanced Document design.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Aspose...

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