Sort Score
Result 10 results
Languages All
Labels All
Results 4,941 - 4,950 of 180,392 for

doc

(0.09 sec)
  1. FieldStyleRef.insert_paragraph_number property ...

    FieldStyleRef.insert_paragraph_number property. Gets or sets whether to insert the paragraph number of the referenced paragraph exactly as it appears in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Border::Equals method | Aspose.W...

    Aspose::Words::Border::Equals method. Determines whether the specified border is equal in value to the current border in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Paragraph...

    reference.aspose.com/words/cpp/aspose.words/bor...
  3. Aspose::Words::Properties::DocumentProperty::ge...

    Aspose::Words::Properties::DocumentProperty::get_Type method. Gets the data type of the property in C++.... auto doc = System :: MakeObject < Aspose...filename: \n\t \" {0} \" " , doc -> get_OriginalFileName ()) <<...

    reference.aspose.com/words/cpp/aspose.words.pro...
  4. Aspose::Words::Drawing::ShapeBase::get_Bounds m...

    Aspose::Words::Drawing::ShapeBase::get_Bounds method. Gets or sets the location and size of the containing block of the shape in C++.... auto doc = System :: MakeObject < Aspose...:: Drawing :: GroupShape > ( doc ); ASSERT_EQ ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Document::UpdateFields method | ...

    Aspose::Words::Document::UpdateFields method. Updates the values of fields in the whole Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a table of contents...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. ZoomType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Settings.ZoomType enum to customize Document display sizes in Microsoft Word for optimal viewing and productivity.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . ViewOptions...

    reference.aspose.com/words/net/aspose.words.set...
  7. Set PDF File Information in Python|Aspose.PDF f...

    Learn how to set PDF file information such as author, title, and more in Python using Aspose.PDF to organize Documents.... doc = self . Document () pdf = self...document information doc_info = doc . getInfo (); doc_info . setAuthor...

    docs.aspose.com/pdf/java/set-pdf-file-informati...
  8. Section.DeleteHeaderFooterShapes | Aspose.Words...

    Effortlessly remove all drawing shapes from section headers and footers with the DeleteHeaderFooterShapes method for cleaner Document presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a primary header...

    reference.aspose.com/words/net/aspose.words/sec...
  9. LoadOptions.ConvertMetafilesToPng | Aspose.Word...

    Effortlessly convert WMF and EMF metafiles to PNG format with LoadOptions. Simplify your image management and enhance compatibility today!...Document doc = new Document (); Shape shape = new Shape ( doc , ShapeType...100 ; shape . Height = 100 ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.loa...
  10. PlainTextDocument | Aspose.Words for .NET

    Effortlessly create plain text Documents with our PlainTextDocument constructor. Enjoy automatic file format detection for seamless integration!... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . Save...

    reference.aspose.com/words/net/aspose.words/pla...