SvgSaveOptions.show_page_border property. Controls whether a border is added to the outline of the page... doc = aw . Document ( file_name = MY_DIR...or selectable text. options = aw . saving . SvgSaveOptions ()...
PdfLoadOptions.skip_pdf_images property. Gets or sets the flag indicating whether images must be skipped while loading PDF document... options = aw . loading . PdfLoadOptions ()...options . page_count = 1 doc = aw . Document ( file_name = MY_DIR...
FormField.name property. Gets or sets the form field name....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...comboBox . type ). toEqual ( aw . Fields . FieldType . FieldFormDropDown...
Convertiți un document din aproape orice format în HTML sau MHTML, precum și în format EPUB folosind Python. De asemenea, puteți specifica opțiunile de salvare pentru gestionarea documentului de ieșire.... doc = aw . Document ( dataDir + "Test...save ( dataDir + "Document" , aw . SaveFormat . HTML ) Pentru...
Einführung in die Diagrammfunktion, wie man Diagramme mit C# erstellt und bearbeitet....categories = new string [] { "AW Category 1" , "AW Category 2" }; // Adding...series1 = seriesColl . Add ( "AW Series 1" , categories , new...
ドキュメントを読み取り専用にして、コンテンツをコピーまたは読み取りできるようにしますが、Python を使用して変更することはできません。...words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...