Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 157,121 for

doc

(0.06 sec)
  1. Table.allow_auto_fit property | Aspose.Words fo...

    Table.allow_auto_fit property. Allows Microsoft Word and Aspose.Words to automatically resize cells in a table to fit their contents.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartSeries.has_data_labels property | Aspose.W...

    ChartSeries.has_data_labels property. Gets or sets a flag indicating whether data labels are displayed for the series.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add a line chart, then...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartDataLabelCollection.rotation property | As...

    ChartDataLabelCollection.rotation property. Gets or sets the rotation of the data labels of the entire series in degrees.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_SmartParagraphBreakReplacement method. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph. The default value is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Create table with paragraph...

    reference.aspose.com/words/cpp/aspose.words.rep...
  5. ImageSaveOptions.image_contrast property | Aspo...

    ImageSaveOptions.image_contrast property. Gets or sets the contrast for the generated images.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBase.WarningCallback | Aspose.Words for...

    Discover the DocumentBase WarningCallback property, vital for ensuring data integrity during Document processing by detecting potential formatting issues....SubstitutionWarning () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Name = "Times...

    reference.aspose.com/words/net/aspose.words/doc...
  7. RevisionGroup.Author | Aspose.Words for .NET

    Discover the RevisionGroup Author property to easily identify the author of each revision group, enhancing your Document management efficiency.... Document doc = new Document ( MyDir + "Revisions...docx" ); Assert . AreEqual ( 7 , doc . Revisions . Groups . Count...

    reference.aspose.com/words/net/aspose.words/rev...
  8. ShapeBase.Hidden | Aspose.Words for .NET

    Control shape visibility with ShapeBase's hidden property. Easily toggle between visible and hidden for enhanced design flexibility.... Document doc = new Document ( MyDir + "Shadow...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  9. FieldLastSavedBy | Aspose.Words for Java

    Implements the LASTSAVEDBY field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // If we create a document...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldOcx | Aspose.Words for Java

    Implements the OCX field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldOcx field = (FieldOcx)...

    reference.aspose.com/words/java/com.aspose.word...