Sort Score
Result 10 results
Languages All
Labels All
Results 4,051 - 4,060 of 44,019 for

doc

(0.07 sec)
  1. Aspose::Words::Lists::ListLevel::CreatePictureB...

    Aspose::Words::Lists::ListLevel::CreatePictureBullet method. Creates picture bullet shape for the current list level in C++.... auto doc = MakeObject < Document > ();...(); SharedPtr < List > list = doc -> get_Lists () -> Add ( ListTemplate...

    reference.aspose.com/words/cpp/aspose.words.lis...
  2. Aspose::Words::Style::get_IsHeading method | As...

    Aspose::Words::Style::get_IsHeading method. True when the style is one of the built-in Heading styles in C++....auto doc = MakeObject < Document > (); ASSERT_EQ ( 4 , doc -> get_Styles...SharedPtr < Style >>> stylesEnum = doc -> get_Styles () -> GetEnumerator...

    reference.aspose.com/words/cpp/aspose.words/sty...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Complete Set of File Format Automation Solutions – Python'da MHTML'yi Doc'e Dönüştürhttps://products.aspose.com/total/tr/python-net/conversion/mhtml-to-Doc/Recent co......Solutions – Python'da MHTML'yi DOC'e Dönüştürhttps://products.aspose...html-to-doc/Recent content in Python'da MHTML'yi DOC'e Dönüştür...

    products.aspose.com/total/tr/python-net/convers...
  4. Document.original_load_format property | Aspose...

    Document.original_load_format property. Gets the format of the original Document that was loaded into this object....DOC value. Examples Shows how to...a document’s load operation. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldCollection Class | Aspose.Words for .NET

    Discover Aspose.Words.FieldCollection, a powerful class for managing Field objects within specified Document ranges, enhancing your Document automation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Document.ExpandTableStylesToDirectFormatting | ...

    Transform table styles into direct formatting with the ExpandTableStylesToDirectFormatting method, enhancing your Document's appearance effortlessly.... Table styles defined in DOC documents are preserved as table...when saving the document as DOC only. Examples Shows how to apply...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Style.semiHidden property | Aspose.Words for No...

    Style.semiHidden property. Gets/sets whether the style hides from the Styles gallery and from the Styles task pane.... let doc = new aw . Document (); let styleTitle = doc . styles...styleTitle . semiHidden = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Stroke.BackThemeColor | Aspose.Words for .NET

    Customize your design with the Stroke BackThemeColor property. Easily set a ThemeColor for your stroke background to enhance visual appeal.... Document doc = new Document ( MyDir + "Stroke...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::StyleCollection::ClearQuickStyle...

    Aspose::Words::StyleCollection::ClearQuickStyleGallery method. Removes all styles from the Quick Style Gallery panel in C++.... auto doc = MakeObject < Document > ();...now. doc -> get_Styles () -> ClearQuickStyleGalle (); doc -> Save...

    reference.aspose.com/words/cpp/aspose.words/sty...
  10. Adjustment.name property | Aspose.Words for Python

    Adjustment.name property. Gets the name of the adjustment.... doc = aw . Document ( file_name =...rectangle shape.docx' ) shape = doc . get_child ( aw . NodeType ...

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