Aspose.Words.Drawing.FlipOrientation enumeration. Possible values for the orientation of a shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertShape ( aw . Drawing . ShapeType . Rectangle , aw . Drawing...
Section.pageSetup property. Returns an object that represents page setup and section properties.... let doc = new aw . Document (); let pageSetup...pageSetup . borderDistanceFrom = aw . PageBorderDistanceFr . PageEdge...
Document.endnoteOptions property. Provides options that control numbering and positioning of endnotes in this document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); builder . insertFootnote ( aw . Notes . FootnoteType . Endnote...
Aspose.Words.Properties.DocumentSecurity enumeration. Used as a value for the [BuiltInDocumentProperties.security](../builtindocumentproperties/security/) property... let doc = new aw . Document (); expect ( doc ...builtInDocumentPrope . security ). toEqual ( aw . Properties . DocumentSecurity...
Story.deleteShapes method. Deletes all shapes from the text of this story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...Body. builder . insertShape ( aw . Drawing . ShapeType . Cube...
Convertiți WORD formatul în PDF în Python codul Salvați WORD ca PDF utilizând Python....words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...
Convertiți PDF formatul în HTML în Python codul Salvați PDF ca HTML utilizând Python....words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...
Преобразувайте PDF във RTF формат в код Python Запазете PDF като RTF с помощта на Python....words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...