Sort Score
Result 10 results
Languages All
Labels All
Results 7,301 - 7,310 of 183,478 for

doc

(0.16 sec)
  1. Working with Footers|Aspose.Words for Java

    Remove footers from a Document easily and fast instead of using Apache POI.... class ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Section currentSection = builder...

    docs.aspose.com/words/java/working-with-footers/
  2. XlsxSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.XLSX format in Java.... Document doc = new Document(getMyDir() + "Shape...setSaveFormat(SaveFormat.XLSX); doc.save(getArtifactsDir() + "XlsxSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  3. Font.italic_bi property | Aspose.Words for Python

    Font.italic_bi property. True if the right-to-left text is formatted as italic.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Define a set of font settings...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BuiltInDocumentProperties.Manager | Aspose.Word...

    Effortlessly manage BuiltInDocumentProperties with our intuitive tool. Easily get or set properties to enhance your Document handling experience.... Document doc = new Document ( MyDir + "Properties...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // The...

    reference.aspose.com/words/net/aspose.words.pro...
  5. ListLabel.label_string property | Aspose.Words ...

    ListLabel.label_string property. Gets a string representation of list label.... doc = aw . Document ( file_name =...'Rendering.docx' ) doc . update_list_labels () paras = doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  6. VbaModuleCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Vba.VbaModuleCollection class, your essential tool for managing VbaModule objects efficiently in Document automation.... Document doc = new Document ( MyDir + "VBA...modules. VbaProject vbaProject = doc . VbaProject ; Console . WriteLine...

    reference.aspose.com/words/net/aspose.words.vba...
  7. Aspose::Words::Font::get_NameOther method | Asp...

    Aspose::Words::Font::get_NameOther method. Returns or sets the font used for characters with character codes from 128 through 255 in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Suppose a run that we use...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. PsSaveOptions.save_format property | Aspose.Wor...

    PsSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used... doc = aw . Document ( file_name =...BookFoldPrinting". for s in doc . sections : s = s . as_section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Determine Line Break|Aspose.PDF for Java

    Learn more about how to determinate a line break of multi-line TextFragment using Java...{ Document doc = new Document (); Page page = doc . getPages...getParagraphs (). add ( text ); } doc . save ( _dataDir + "DetermineLineBreak_out...

    docs.aspose.com/pdf/java/determine-line-break/
  10. TxtSaveOptions.addBidiMarks property | Aspose.W...

    TxtSaveOptions.addBidiMarks property. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

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