Sort Score
Result 10 results
Languages All
Labels All
Results 7,981 - 7,990 of 18,298 for

docx to doc

(0.21 sec)
  1. EmbeddedFontFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.EmbeddedFontFormat enum, which defines the formats of embedded fonts in the FontInfo object for enhanced Document styling....Document doc = new Document ( MyDir + "Embedded font.docx" ); FontInfo...FontInfo embeddedFont = doc . FontInfos [ "Alte DIN 1451 Mittelschrift"...

    reference.aspose.com/words/net/aspose.words.fon...
  2. BuiltInDocumentProperties.bytes property | Aspo...

    BuiltInDocumentProperties.bytes property. Represents an estimate of the number of bytes in the Document....content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs.docx' ) properties...properties = doc . built_in_document_properties # By using built...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CompositeNode.GetChildNodes | Aspose.Words for ...

    Discover the CompositeNode GetChildNodes method—effortlessly retrieve a live collection of child nodes tailored To your specified type for enhanced performance....Document doc = new Document ( MyDir + "Comments.docx" ); NodeCollection...NodeCollection comments = doc . GetChildNodes ( NodeType . Comment...

    reference.aspose.com/words/net/aspose.words/com...
  4. Aspose::Words::Font::get_SmallCaps method | Asp...

    Aspose::Words::Font::get_SmallCaps method. True if the font is formatted as small capital letters in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/fon...
  5. ListLevel.start_at property | Aspose.Words for ...

    ListLevel.start_at property. Returns or sets the starting number for this list level.... doc = aw . Document () # A list allows...two of its list levels. doc_list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the Checkbox SDT... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) sdt_check_box = aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BuiltInDocumentProperties.characters_with_space...

    BuiltInDocumentProperties.characters_with_spaces property. Represents an estimate of the number of characters (including spaces) in the Document....content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs.docx' ) properties...properties = doc . built_in_document_properties # By using built...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.insertImage method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.insertImage method... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two locations...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Fonts::FontInfo::GetEmbeddedFont...

    Aspose::Words::Fonts::FontInfo::GetEmbeddedFont method. Gets a specific embedded font file in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Embedded font.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. FieldOptions.file_name property | Aspose.Words ...

    FieldOptions.file_name property. Gets or sets the file name of the Document.... doc = aw . Document ( file_name =...'Document.docx' ) builder = aw . DocumentBuilder ( doc = doc ) builder...

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