Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 180,131 for

doc

(0.21 sec)
  1. Paragraph.get_effective_tab_stops method | Aspo...

    Paragraph.get_effective_tab_stops method. Returns array of all tab stops applied to this paragraph, including applied indirectly by styles or lists.... doc = aw . Document () para = doc . first_section...self . assertEqual ( 0 , len ( doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HorizontalAlignment enumeration | Aspose.Words ...

    aspose.words.drawing.HorizontalAlignment enumeration. Specifies horizontal alignment of a floating shape, text frame or floating table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a floating image...

    reference.aspose.com/words/python-net/aspose.wo...
  3. List.listId property | Aspose.Words for Node.js

    List.listId property. Gets the unique identifier of the list.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . listFormat . applyNumberDefault...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ImageSaveOptions.imageColorMode property | Aspo...

    ImageSaveOptions.imageColorMode property. Gets or sets the color mode for the generated images.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . paragraphFormat . style = doc . styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. C++ API to Export EPUB to DOT | products.aspose...

    Convert EPUB to DOT within C++ applications....other file formats such as DOC and DOT. DOC is a popular file format... it is necessary to convert DOC to other file formats such as...

    products.aspose.com/total/cpp/conversion/epub-t...
  6. Aspose::Words::Fonts::FontInfoCollection::get_E...

    Aspose::Words::Fonts::FontInfoCollection::get_EmbedSystemFonts method. Specifies whether or not to embed System fonts into the Document. Default value for this property is false. This option works only when EmbedTrueTypeFonts option is set to true in C++.... This option works for DOC, DOCX and RTF formats only. Examples...embedded TrueType fonts. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. DocumentProperty.ToString | Aspose.Words for .NET

    Discover the DocumentProperty ToString method, which formats property values as strings based on locale, enhancing data presentation and user experience.... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; DateTime...

    reference.aspose.com/words/net/aspose.words.pro...
  8. Converter.Create | Aspose.Words for .NET

    Create a new instance of the converter processor effortlessly with our powerful Converter Create method for seamless data transformation.... string doc = MyDir + "Big document.docx"...ConverterContext ()) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  9. Aspose::Words::Markup::StructuredDocumentTag::S...

    Aspose::Words::Markup::StructuredDocumentTag::SetUncheckedSymbol method. Sets the symbol used to represent the unchecked state of a check box content control in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); auto sdtCheckBox = System...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. ReflectionFormat class | Aspose.Words for Python

    aspose.words.drawing.ReflectionFormat class. Represents the reflection formatting for an object.... doc = aw . Document ( file_name =...'Various shapes.docx' ) shape = doc . get_child ( aw . NodeType ...

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