Sort Score
Result 10 results
Languages All
Labels All
Results 8,381 - 8,390 of 155,673 for

doc

(0.07 sec)
  1. FAQ|Aspose.Words for .NET

    Aspose.Words for .NET answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....popular document formats such as DOC, DOCX, HTML, Markdown, PDF, XML...of converting a PDF file to DOC: // Open the source PDF document...

    docs.aspose.com/words/net/faq/
  2. Splitter.Split | Aspose.Words for .NET

    Effortlessly split Documents into multiple sections with our flexible Splitter Split method. Save in your preferred format for easy file management!... string doc = MyDir + "Big document.docx".... Page ; Splitter . Split ( doc , ArtifactsDir + "LowCode.SplitDocument...

    reference.aspose.com/words/net/aspose.words.low...
  3. 从PDF文件提取原始文本|Aspose.PDF for Android via Java

    本文介绍了使用Aspose.PDF for Android via Java从PDF文档中提取文本的各种方法。可以从整个页面、特定部分、基于列等提取。...ExtractHighlightedTe () { Document doc = new Document ( _dataDir + ...for ( Annotation annotation : doc . getPages (). get_Item ( 1 )...

    docs.aspose.com/pdf/zh/androidjava/extract-text...
  4. Watermarker.SetWatermarkToImages | Aspose.Words...

    Enhance your images with our Watermarker Set method, adding customizable text watermarks for a professional touch and seamless output.... string doc = MyDir + "Big document.docx"...Watermarker . SetWatermarkToImages ( doc , new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.low...
  5. Aspose::Words::Layout::PageLayoutEvent enum | A...

    Aspose::Words::Layout::PageLayoutEvent enum. A code of event raised during page layout model build and rendering. Page layout model is built in two steps. First, "conversion step", this is when page layout pulls Document content and creates object graph. Second, "reflow step", this is when structures are split, merged and arranged into pages. Depending of the operation which triggered build, page layout model may or may not be further rendered into fixed page format. For example, computing number of pages in the Document or updating fields does not require rendering, whereas export to Pdf does in C++....PageLayoutCallback () { auto doc = MakeObject < Document > (); doc -> get_BuiltInDocumentPrope...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_LayoutOptions...

    reference.aspose.com/words/cpp/aspose.words.lay...
  6. Font Class | Aspose.Words for .NET

    Discover the Aspose.Words.Font class, featuring essential font attributes like name, size, and color to enhance your Document formatting and design....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/font/
  7. Aspose::Words::Font::get_ThemeFontBi method | A...

    Aspose::Words::Font::get_ThemeFontBi method. Gets or sets the theme font in the applied font scheme that is associated with this Font object in a right-to-left language Document in C++.... auto doc = MakeObject < Document > ();...for languages uses by default. doc -> get_Theme () -> get_MinorFonts...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. 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...
  9. Aspose::Words::Drawing::TextBox class | Aspose....

    Aspose::Words::Drawing::TextBox class. Defines attributes that specify how a text is displayed inside a shape. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Shape > textBoxShape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Font.bold property | Aspose.Words for Node.js

    Font.bold property. True if the font is formatted as bold.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify font formatting...

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