Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 157,479 for

doc

(0.12 sec)
  1. Aspose::Words::Saving::SaveOutputParameters::ge...

    Aspose::Words::Saving::SaveOutputParameters::get_ContentType method. Returns the Content-Type string (Internet Media Type) that identifies the type of the saved Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. GlowFormat | Aspose.Words for Java

    Represents the glow formatting for an object in Java.... Document doc = new Document(getMyDir() + "Various...docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Lines method. Represents an estimate of the number of lines in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( System...

    reference.aspose.com/words/cpp/aspose.words.pro...
  4. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Paragraphs method. Represents an estimate of the number of paragraphs in the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( System...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. FieldPrint.PrinterInstructions | Aspose.Words f...

    Discover how to manage printer-specific control codes and PostScript instructions with FieldPrint PrinterInstructions for optimized printing solutions.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "My paragraph"...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldInclude.TextConverter | Aspose.Words for .NET

    Discover the FieldInclude TextConverter property—easily manage file format conversions with customizable text converter names for enhanced workflow efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use an INCLUDE field...

    reference.aspose.com/words/net/aspose.words.fie...
  7. ImageSaveOptions.Clone | Aspose.Words for .NET

    Discover the ImageSaveOptions Clone method to effortlessly create a deep clone of your objects, enhancing your coding efficiency and flexibility.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words.sav...
  8. ShapeBase.name property | Aspose.Words for Python

    ShapeBase.name property. Gets or sets the optional shape name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ListLevel.deletePictureBullet method | Aspose.W...

    ListLevel.deletePictureBullet method. Deletes picture bullet for the current list level.... let doc = new aw . Document (); let list = doc . lists ...= new aw . DocumentBuilder ( doc ); builder . listFormat . list...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ListCollection.get_list_by_list_id method | Asp...

    ListCollection.get_list_by_list_id method. Gets a list by a list identifier.... doc = aw . Document () lists = doc . lists self...self . assertEqual ( doc , lists . document ) list = lists . add...

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