Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 155,673 for

doc

(0.09 sec)
  1. Font.Underline | Aspose.Words for .NET

    Discover the Font Underline property to customize text styles. Easily set and modify underline types for enhanced typography in your designs.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Underline...

    reference.aspose.com/words/net/aspose.words/fon...
  2. FontFallbackSettings.Load | Aspose.Words for .NET

    Effortlessly load and manage font fallback settings from XML files with the FontFallbackSettings Load method for seamless typography integration.... Document doc = new Document ( MyDir + "Rendering...rules.xml" ); doc . FontSettings = fontSettings ; doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.fon...
  3. DocumentBase.backgroundShape property | Aspose....

    DocumentBase.backgroundShape property. Gets or sets the background shape of the Document... let doc = new aw . Document (); expect ( doc . backgroundShape...= new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldTemplate.include_full_path property | Aspo...

    FieldTemplate.include_full_path property. Gets or sets whether to include the full file path name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can set a template name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. SaveOutputParameters.content_type property | As...

    SaveOutputParameters.content_type property. Returns the Content-Type string (Internet Media Type) that identifies the type of the saved Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Fonts::EmbeddedFontFormat enum |...

    Aspose::Words::Fonts::EmbeddedFontFormat enum. Specifies format of particular embedded font inside FontInfo object. When saving a Document to a file, only embedded fonts of corresponding format are written down in C++....format of embedded fonts used in DOC files. OpenType 1 Specifies font...the local file system. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. Font.underline_color property | Aspose.Words fo...

    Font.underline_color property. Gets or sets the color of the underline applied to the font.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . underline...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Paragraph::get_ParagraphFormat m...

    Aspose::Words::Paragraph::get_ParagraphFormat method. Provides access to the paragraph formatting properties in C++.... auto doc = MakeObject < Document > ();...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Aspose::Words::Inline::get_Font method | Aspose...

    Aspose::Words::Inline::get_Font method. Provides access to the font formatting of this object in C++.... auto doc = MakeObject < Document > ();...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/inl...
  10. Document.ensure_minimum method | Aspose.Words f...

    Document.ensure_minimum method. If the Document contains no sections, creates one section with one paragraph.... doc = aw . Document () nodes = doc . get_child_nodes...node_type ) self . assertEqual ( doc , nodes [ 0 ] . parent_node )...

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