Udělejte si dokument pouze pro čtení tak, aby obsah mohl být kopírován nebo čten, ale nebyl upraven pomocí Python....words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...
להפוך את המסמך לקריאה בלבד כך שניתן להעתיק את התוכן או לקרוא, אך לא לשנות באמצעות שימוש Python....words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...
Aspose.Words.Saving.TiffCompression enumeration. Specifies what type of compression to apply when saving page images into a TIFF file....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
Aspose.Words.Saving.ImageColorMode enumeration. Specifies the color mode for the generated images of document pages....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imageSaveOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
Merger.merge_docs method. Merges the given input documents into a single document and returns [Document](../../../aspose.words/document/) instance of the final document.... first_doc = aw . DocumentBuilder () first_doc...'Hello first word!' ) second_doc = aw . DocumentBuilder () second_doc...
TextWatermarkOptions.color property. Gets or sets font color... doc = aw . Document () # Add a plain text...watermark. text_watermark_options = aw . TextWatermarkOptions () te...
Style.paragraphFormat property. Gets the paragraph formatting of the style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . Paragraph , "MyStyle1"...
FieldBuilder constructor. Initializes an instance of the [FieldBuilder](../) class.... doc = aw . Document () # A convenient...a document builder. builder = aw . DocumentBuilder ( doc ) builder...
ListCollection.addSingleLevelList method. Creates a new single level list based on the predefined template and adds it to the list collection in the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...listCollection . addSingleLevelList ( aw . Lists . ListTemplate . BulletCircle...