Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 30,980 for

doc

(0.03 sec)
  1. Aspose::Words::Markup::CustomPart::get_Data met...

    Aspose::Words::Markup::CustomPart::get_Data method. Contains the data of this custom part in C++.... auto doc = MakeObject < Document > ( MyDir...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::Markup::CustomPart::get_IsExtern...

    Aspose::Words::Markup::CustomPart::get_IsExternal method. False if this custom part is stored inside the OOXML package. True if this custom part is an external target in C++.... auto doc = MakeObject < Document > ( MyDir...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. SaveOutputParameters.content_type property | As...

    SaveOutputParameters.content_type property. Returns the Content-Type string (Internet Media Type) that identifies the type of the saved Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TextureAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.TextureAlignment enum for precise texture fill alignment. Enhance your Document designs with seamless tiling options!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_LockContents method. When set to true, this property will prohibit a user from editing the contents of this SDT in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. PageSet.Odd | Aspose.Words for .NET

    Discover the PageSet Odd property to easily retrieve all odd pages of your Document in their original order for efficient Document management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); for ( int i = 0 ; i < 5 ;...

    reference.aspose.com/words/net/aspose.words.sav...
  7. TableStyle.alignment property | Aspose.Words fo...

    TableStyle.alignment property. Specifies the alignment for the table style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two ways of aligning...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. SignatureLineOptions.DefaultInstructions | Aspo...

    Discover how the SignatureLineOptions DefaultInstructions property enhances your Sign dialog with customizable default instructions for a seamless user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions signatureLineOptions...

    reference.aspose.com/words/net/aspose.words/sig...
  9. SignatureLineOptions.ShowDate | Aspose.Words fo...

    Discover how the SignatureLineOptions ShowDate property enhances your Document's professionalism by displaying the sign date on signature lines.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions signatureLineOptions...

    reference.aspose.com/words/net/aspose.words/sig...
  10. ShapeBase.WrapSide | Aspose.Words for .NET

    Discover the ShapeBase WrapSide property to control text wrapping around shapes, enhancing your design's visual appeal and readability.... Document doc = new Document ( MyDir + "Textboxes...canvas.docx" ); Shape [] shapes = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.dra...