NodeImporter.import_node method. Imports a node from one document into another.... node_type == aw . NodeType . PARAGRAPH or insertion_destination...insertion_destination . node_type == aw . NodeType . TABLE : destination_parent...
FieldCreateDate.use_saka_era_calendar property. Gets or sets whether to use the Saka Era calendar.... doc = aw . Document ( file_name = MY_DIR...+ 'Document.docx' ) builder = aw . DocumentBuilder ( doc = doc...
EditableRangeStart.editable_range property. Gets the facade object that encapsulates this editable range start and end.... doc = aw . Document () doc . protect ( type = aw . ProtectionType...password = 'MyPassword' ) builder = aw . DocumentBuilder ( doc = doc...
FieldFillIn.prompt_once_on_mail_merge property. Gets or sets whether the user response should be recieved once per a mail merge operation.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_FILL_IN...
CompositeNode.first_child property. Gets the first child of the node.... doc = aw . Document ( file_name = MY_DIR.... write ( f ' \t ' * depth + aw . Node . node_type_to_string...
Node.parentNode property. Gets the immediate parent of this node.... let doc = new aw . Document (); let para = doc...first paragraph. let run = new aw . Run ( doc , "Hello world!"...
Aspose.Words.DocumentBuilder.endEditableRange method...let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...
Архивы...Загрузите документ Word doc = aw.Document("Document.docx") # Укажите...водяных знаков для текста options = aw.TextWatermarkOptions() options...
aspose.words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../revision/)....( self ): doc = aw . Document () builder = aw . DocumentBuilder...get_text ()) self . assertEqual ( aw . RevisionType . INSERTION ,...