Sort Score
Result 10 results
Languages All
Labels All
Results 6,541 - 6,550 of 147,098 for

doc

(0.08 sec)
  1. FileFormatInfo.loadFormat property | Aspose.Wor...

    FileFormatInfo.loadFormat property. Gets the detected Document format.... let doc = new aw . Document (); // Configure.... password = "MyPassword" ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::DocumentBuilder::InsertChart met...

    Aspose::Words::DocumentBuilder::InsertChart method. Inserts an chart object into the Document and scales it to the specified size in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> InsertChart ( ChartType...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::Fields::FieldDocProperty class |...

    Aspose::Words::Fields::FieldDocProperty class. Implements the DocPROPERTY field. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two ways of using...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. 从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...
  5. 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...
  6. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java.... Document doc = new Document(); // Add two...Paragraph paragraph = (Paragraph) doc.getChild(NodeType.PARAGRAPH,...

    reference.aspose.com/words/java/com.aspose.word...
  7. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....Document doc = new Document(); Run run = new Run(doc, "Hello world...setHighlightColor(Color.YELLOW); doc.getFirstSection().getBody().getFirstParagraph()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::DocumentBuilder::InsertShape met...

    Aspose::Words::DocumentBuilder::InsertShape method. Inserts free-floating shape with specified position, size and text wrap type in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Below are two wrapping...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. 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...
  10. SvgSaveOptions.remove_java_script_from_links pr...

    SvgSaveOptions.remove_java_script_from_links property. Specifies whether JavaScript will be removed from links... doc = aw . Document ( file_name =...remove_java_script_from_links = True doc . save ( file_name = ARTIFACTS_DIR...

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