Sort Score
Result 10 results
Languages All
Labels All
Results 8,971 - 8,980 of 155,671 for

doc

(0.1 sec)
  1. Aspose::Words::BorderCollection::get_Vertical m...

    Aspose::Words::BorderCollection::get_Vertical method. Gets the vertical border that is used between cells in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Create a table with red...

    reference.aspose.com/words/cpp/aspose.words/bor...
  2. Aspose::Words::Vba::VbaProject::get_Modules met...

    Aspose::Words::Vba::VbaProject::get_Modules method. Returns collection of VBA project modules in C++.... auto doc = MakeObject < Document > ( MyDir...< VbaProject > vbaProject = doc -> get_VbaProject (); std ::...

    reference.aspose.com/words/cpp/aspose.words.vba...
  3. MarkdownSaveOptions.office_math_export_mode pro...

    MarkdownSaveOptions.office_math_export_mode property. Specifies how OfficeMath will be written to the output file... doc = aw . Document ( file_name =...MarkdownOfficeMathEx . IMAGE doc . save ( file_name = ARTIFACTS_DIR...

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

    An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content in Java....throws Exception { Document doc = new Document(getMyDir() + "Absolute...DocTextExtractor(); Section fisrtSection = doc.getFirstSection(); fisrtSection...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldStyleRef class | Aspose.Words for Python

    aspose.words.fields.FieldStyleRef class. Implements the STYLEREF field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SignatureLine | Aspose.Words for Java

    Provides access to signature line properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); SignatureLineOptions options...

    reference.aspose.com/words/java/com.aspose.word...
  7. DefaultFontSubstitutionRule | Aspose.Words for ...

    Default font substitution rule in Java.... Document doc = new Document(); FontSettings...fontSettings = new FontSettings(); doc.setFontSettings(fontSettings);...

    reference.aspose.com/words/java/com.aspose.word...
  8. Border.ThemeColor | Aspose.Words for .NET

    Discover how to use the Border ThemeColor property to customize your color scheme and enhance your design with vibrant, tailored themes.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Border topBorder = builder...

    reference.aspose.com/words/net/aspose.words/bor...
  9. FolderFontSource.ScanSubfolders | Aspose.Words ...

    Discover the FolderFontSource ScanSubfolders property to easily manage font organization by choosing to scan subfolders for enhanced efficiency....false , 1 ); Document doc = new Document (); doc . FontSettings =...= new FontSettings (); doc . FontSettings . SetFontsSources (...

    reference.aspose.com/words/net/aspose.words.fon...
  10. Range.revisions property | Aspose.Words for Python

    Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range.... doc = aw . Document ( file_name =...'Revisions.docx' ) paragraph = doc . first_section . body . first_paragraph...

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