Sort Score
Result 10 results
Languages All
Labels All
Results 8,801 - 8,810 of 180,195 for

doc

(0.21 sec)
  1. ConvertUtil.PointToInch | Aspose.Words for .NET

    Effortlessly convert points to inches with ConvertUtil's PointToInch method. Simplify your measurements and enhance your design accuracy today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A section's "Page Setup"...

    reference.aspose.com/words/net/aspose.words/con...
  2. SdtDateStorageFormat enumeration | Aspose.Words...

    Aspose.Words.Markup.SdtDateStorageFormat enumeration. Specifies how the date for a date SDT is stored/retrieved when the SDT is bound to an XML node in the Document's data store.... let doc = new aw . Document (); // Insert...Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType . Date...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldAutoNumLgl | Aspose.Words for Java

    Implements the AUTONUMLGL field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); final String FILLER_TEXT =...

    reference.aspose.com/words/java/com.aspose.word...
  4. Processor.to_file method | Aspose.Words for Python

    aspose.words.lowcode.Processor.to_file method... doc = MY_DIR + 'Big document.docx'...ConverterContext ()) . from_file ( input = doc ) . to_file ( output = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::ShapeBase::LocalToParen...

    Aspose::Words::Drawing::ShapeBase::LocalToParent method. Converts a value from the local coordinate space into the coordinate space of the parent shape in C++.... auto doc = System :: MakeObject < Aspose...:: Drawing :: GroupShape > ( doc ); group -> set_Bounds ( System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. ChartDataLabelCollection.clearFormat method | A...

    ChartDataLabelCollection.clearFormat method. Clears format of all [ChartDataLabel](../../chartdatalabel/) in this collection....( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreFootnotes method. Gets or sets a boolean value indicating either to ignore footnotes. The default value is false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "Lorem...

    reference.aspose.com/words/cpp/aspose.words.rep...
  8. Aspose::Words::Saving::FixedPageSaveOptions::ge...

    Aspose::Words::Saving::FixedPageSaveOptions::get_PageSet method. Gets or sets the pages to render. Default is all the pages in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add five pages to the document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Font style and type get changed of a table whil...

    Font style and type get changed of a table while inserting Document containing table using keep source formatting in target Document. Please note, it is not happening for every Document and also when we use Doc file for…...document and also when we use doc file for same content, it working...with .docx files and not with .doc files, suggesting a format-specific...

    forum.aspose.com/t/font-style-and-type-get-chan...
  10. FieldAutoText | Aspose.Words for Java

    Implements the AUTOTEXT field in Java.... Document doc = new Document(); // Create a...AutoText building block to it. doc.setGlossaryDocument(new GlossaryDocument());...

    reference.aspose.com/words/java/com.aspose.word...