Sort Score
Result 10 results
Languages All
Labels All
Results 5,371 - 5,380 of 91,625 for

doc

(0.26 sec)
  1. ChartDataLabel.Font | Aspose.Words for .NET

    Discover the ChartDataLabel Font property to easily customize your data label's font formatting for enhanced visual appeal and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Paragraph.is_end_of_cell property | Aspose.Word...

    Paragraph.is_end_of_cell property. True if this paragraph is the last paragraph in a [Cell](../../../aspose.words.tables/cell/); false otherwise.... doc = aw . Document ( file_name =...spanning two pages.docx' ) table = doc . first_section . body . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  3. IStructuredDocumentTag.get_child_nodes method |...

    IStructuredDocumentTag.get_child_nodes method. Returns a live collection of child nodes that match the specified types.... doc = aw . Document ( file_name =...structured tags. sdts = list ( doc . range . structured_document_tags...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Font::get_Scaling method | Aspos...

    Aspose::Words::Font::get_Scaling method. Gets or sets character width scaling in percent in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add run of text and increase...

    reference.aspose.com/words/cpp/aspose.words/fon...
  5. Aspose::Words::Font::get_Spacing method | Aspos...

    Aspose::Words::Font::get_Spacing method. Returns or sets the spacing (in points) between characters in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add run of text and increase...

    reference.aspose.com/words/cpp/aspose.words/fon...
  6. DocumentProperty.ToInt | Aspose.Words for .NET

    Convert DocumentProperty values to integers effortlessly with the ToInt method. Unlock seamless data handling for your applications!... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; DateTime...

    reference.aspose.com/words/net/aspose.words.pro...
  7. ConditionalStyle.left_padding property | Aspose...

    ConditionalStyle.left_padding property. Gets or sets the amount of space (in points) to add to the left of the contents of table cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) table = builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ShapeBase.flip_orientation property | Aspose.Wo...

    ShapeBase.flip_orientation property. Switches the orientation of a shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert an image shape and...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ThumbnailGeneratingOptions | Aspose.Words for Java

    Can be used to specify additional options when generating thumbnail for a Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::WebExtensions::BaseWebExtensionC...

    Aspose::Words::WebExtensions::BaseWebExtensionCollection::GetEnumerator method. Returns an enumerator that can iterate through a collection in C++.... auto doc = MakeObject < Document > ( MyDir...extension.docx" ); ASSERT_EQ ( 1 , doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...