Sort Score
Result 10 results
Languages All
Labels All
Results 8,481 - 8,490 of 165,491 for

doc

(0.08 sec)
  1. FontInfo.Name | Aspose.Words for .NET

    Discover the FontInfo Name property to easily access and utilize font names for enhanced typography in your projects.... Document doc = new Document ( MyDir + "Embedded...FontInfoCollection allFonts = doc . FontInfos ; // Print all the...

    reference.aspose.com/words/net/aspose.words.fon...
  2. XlsxSaveOptions.DateTimeParsingMode | Aspose.Wo...

    Discover XlsxSaveOptions' DateTimeParsingMode property to customize how your Document parses dates and times, ensuring accurate data interpretation.... Document doc = new Document ( MyDir + "Xlsx...XlsxDateTimeParsingM . Auto ; doc . Save ( ArtifactsDir + "XlsxSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Font.Bold | Aspose.Words for .NET

    Discover the Font Bold property, easily identify if your text is bolded, enhancing readability and style for your web design projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify font formatting...

    reference.aspose.com/words/net/aspose.words/fon...
  4. ShadowFormat.Color | Aspose.Words for .NET

    Discover the ShadowFormat Color property to customize shadow colors in your designs. Default is Black, but unleash your creativity with vibrant options!... Document doc = new Document ( MyDir + "Shadow...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose::Words::Fields::FieldCollection::Remove ...

    Aspose::Words::Fields::FieldCollection::Remove method. Removes the specified field from this collection and from the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> InsertField ( u...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. ShadowFormat.visible property | Aspose.Words fo...

    ShadowFormat.visible property. Returns ``True`` if the formatting applied to this instance is visible.... doc = aw . Document ( file_name =...pattern border.docx' ) shape = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FontInfo.is_true_type property | Aspose.Words f...

    FontInfo.is_true_type property. Indicates that this font is a TrueType or OpenType font as opposed to a raster or vector font... doc = aw . Document ( MY_DIR + 'Embedded...'Embedded font.docx' ) all_fonts = doc . font_infos # Print all the...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Document::GetPageInfo method | A...

    Aspose::Words::Document::GetPageInfo method. Gets the page size, orientation and other information about a page that might be useful for printing or rendering in C++.... auto doc = System :: MakeObject < Aspose...not colored. ASSERT_FALSE ( doc -> GetPageInfo ( 0 ) -> get_Colored...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. DigitalSignature.SignatureValue | Aspose.Words ...

    Discover the DigitalSignature SignatureValue property, which provides a byte array for secure signature representation. Enhance your digital security today!... Document doc = new Document ( MyDir + "Digitally...DigitalSignature digitalSignature in doc . DigitalSignatures ) { string...

    reference.aspose.com/words/net/aspose.words.dig...
  10. MarkdownLoadOptions.SoftLineBreakCharacter | As...

    Set custom soft line break characters in Markdown Documents for better formatting with this flexible load option.... LineBreakChar ; Document doc = new Document ( stream , loadOptions...loadOptions ); Assert . That ( doc . GetText (). Trim (), Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.loa...