Sort Score
Result 10 results
Languages All
Labels All
Results 7,751 - 7,760 of 180,153 for

doc

(0.19 sec)
  1. HtmlSaveOptions.exportHeadersFootersMode proper...

    HtmlSaveOptions.exportHeadersFootersMode property. Specifies how headers and footers are output to HTML, MHTML or EPUB... let doc = new aw . Document ( base ...."HeadersFooters" collection. expect ( doc . firstSection . headersFooters...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  3. 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...
  4. 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...
  5. StyleCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.StyleCollection class, featuring a rich array of built-in and custom style objects to enhance your Document's formatting and design.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/net/aspose.words/sty...
  6. FontInfoCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.FontInfoCollection class, your go-to solution for managing Document fonts efficiently and enhancing your Document's visual appeal.... Document doc = new Document ( MyDir + "Document...FontInfoCollection fontInfos = doc . FontInfos ; fontInfos . EmbedTrueTypeFonts...

    reference.aspose.com/words/net/aspose.words.fon...
  7. FrameFormat | Aspose.Words for Java

    Represents frame related formatting for a paragraph in Java.... Document doc = new Document(getMyDir() + "Paragraph...paragraphFrame = IterableUtils.find(doc.getFirstSection().getBody().getParagraphs()...

    reference.aspose.com/words/java/com.aspose.word...
  8. ChapterPageSeparator Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ChapterPageSeparator enum to customize chapter and page number separators for enhanced Document formatting and clarity.... Document doc = new Document ( MyDir + "Big...docx" ); PageSetup pageSetup = doc . FirstSection . PageSetup ;...

    reference.aspose.com/words/net/aspose.words/cha...
  9. Aspose::Words::SubDocument::get_NodeType method...

    Aspose::Words::SubDocument::get_NodeType method. Returns SubDocument in C++.... auto doc = System :: MakeObject < Aspose...NodeCollection > subDocuments = doc -> GetChildNodes ( Aspose ::...

    reference.aspose.com/words/cpp/aspose.words/sub...
  10. Aspose::Words::Saving::PclSaveOptions::get_Save...

    Aspose::Words::Saving::PclSaveOptions::get_SaveFormat method. Specifies the format in which the Document will be saved if this save options object is used. Can only be Pcl in C++.... auto doc = System :: MakeObject < Aspose...set_RasterizeTransformed ( true ); doc -> Save ( get_ArtifactsDir ()...

    reference.aspose.com/words/cpp/aspose.words.sav...