Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 300,003 for

doc

(0.18 sec)
  1. SmartTag.uri property | Aspose.Words for Python

    SmartTag.uri property. Specifies the namespace URI of the smart tag.... def create (): doc = aw . Document () # A smart...smart_tag = aw . markup . SmartTag ( doc ) # Smart tags are composite...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CustomXmlProperty.value property | Aspose.Words...

    CustomXmlProperty.value property. Gets or sets the value of the custom XML attribute or smart tag property.... def create (): doc = aw . Document () # A smart...smart_tag = aw . markup . SmartTag ( doc ) # Smart tags are composite...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Shape constructor | Aspose.Words for Python

    Shape constructor. Creates a new shape object....Shape constructor Shape(doc, shape_type) Creates a new shape...object. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentSecurity enumeration | Aspose.Words for...

    aspose.words.properties.DocumentSecurity enumeration. Used as a value for the [BuiltInDocumentProperties.security](../builtinDocumentproperties/security/) property... doc = aw . Document () self . assertEqual.... DocumentSecurity . NONE , doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FontSettings.ResetFontSources | Aspose.Words fo...

    FontSettings ResetFontSources method. Resets the fonts sources to the system default in C#.... Document doc = new Document (); doc . FontSettings =...source. Assert . AreEqual ( 1 , doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  6. Aspose::Words::Properties::DocumentSecurity enu...

    Aspose::Words::Properties::DocumentSecurity enum. Used as a value for the Security property. Specifies the security level of a Document as a numeric value in C++.... auto doc = MakeObject < Document > ();...( DocumentSecurity :: None , doc -> get_BuiltInDocumentPrope ()...

    reference.aspose.com/words/cpp/aspose.words.pro...
  7. FontInfoCollection.Item | Aspose.Words for .NET

    FontInfoCollection Item property. Gets a font with the specified name in C#.... Document doc = new Document ( MyDir + "Embedded...docx" ); FontInfo embeddedFont = doc . FontInfos [ "Alte DIN 1451...

    reference.aspose.com/words/net/aspose.words.fon...
  8. Փոխարկել DOC EPUB C#

    Փոխարկեք Doc ը EPUB ձևաչափի C# կոդով: Պահեք Doc որպես EPUB օգտագործելով C#:...Փոխարկել DOC ը EPUB ի C# ում Բարձր արագությամբ ծրագրային ապահովման...ապահովման .NET գրադարան՝ DOC ը EPUB .NET և .NET Core հարթակների...

    products.aspose.com/words/hy/net/conversion/doc...
  9. Make DOCX Using Python

    Make a new DocX in Python in a few steps. Easily create DocX using Python via .NET library....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...as aw doc = aw.Document() builder = aw.DocumentBuilder(doc) font...

    products.aspose.com/words/python-net/make/docx/
  10. Make Markdown Using Python

    Make a new Markdown in Python in a few steps. Easily create Markdown using Python via .NET library....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...as aw doc = aw.Document() builder = aw.DocumentBuilder(doc) font...

    products.aspose.com/words/python-net/make/md/