Sort Score
Result 10 results
Languages All
Labels All
Results 8,851 - 8,860 of 155,575 for

doc

(0.08 sec)
  1. Stroke.image_bytes property | Aspose.Words for ...

    Stroke.image_bytes property. Defines the image for a stroke image or pattern fill.... doc = aw . Document ( file_name =...pattern border.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartSeriesGroup.Overlap | Aspose.Words for .NET

    Discover the ChartSeriesGroup Overlap property to easily adjust the overlap percentage of your series bars or columns for enhanced data visualization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  3. PdfSaveOptions.ExportLanguageToSpanTag | Aspose...

    Discover PdfSaveOptions' ExportLanguageToSpanTag property. Control text language export with Span tags for enhanced Document structure and accessibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Font.TintAndShade | Aspose.Words for .NET

    Discover the Font TintAndShade property to easily adjust colors! Lighten or darken shades for vibrant designs. Enhance your projects effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln (); // Create...

    reference.aspose.com/words/net/aspose.words/fon...
  5. WarningType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WarningType enum, which categorizes warnings during Document loading or saving, enhancing your Document management experience.... Document doc = new Document ( MyDir + "Missing...new HandleDocumentSubsti (); doc . WarningCallback = substitutionWarningH...

    reference.aspose.com/words/net/aspose.words/war...
  6. CellFormat.fit_text property | Aspose.Words for...

    CellFormat.fit_text property. If ``True``, fits text in the cell, compressing each paragraph to the width of the cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  7. NodeChangingArgs.Node | Aspose.Words for .NET

    Discover the NodeChangingArgs property to easily manage nodes being added or removed in your application. Streamline your workflow today!...FontChangeViaCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set the node changing callback...

    reference.aspose.com/words/net/aspose.words/nod...
  8. Aspose::Words::Paragraph::get_IsEndOfSection me...

    Aspose::Words::Paragraph::get_IsEndOfSection method. True if this paragraph is the last paragraph in the Body (main text story) of a Section; false otherwise in C++....void InsertAtBookmark () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> StartBookmark (...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Aspose::Words::WarningInfoCollection::GetEnumer...

    Aspose::Words::WarningInfoCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C++.... auto doc = MakeObject < Document > ( MyDir...:: HandleDocumentSubsti > (); doc -> set_WarningCallback ( substitutionWarningH...

    reference.aspose.com/words/cpp/aspose.words/war...
  10. CellFormat.SetPaddings | Aspose.Words for .NET

    Discover the CellFormat SetPaddings method to customize cell spacing in points, enhancing your layout for improved readability and design.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set a padding distance...

    reference.aspose.com/words/net/aspose.words.tab...