aspose.words.drawing.Fill class. Represents fill formatting for an object... doc = aw . Document () builder = aw . DocumentBuilder...insert_shape ( aw . drawing . ShapeType . CLOUD_CALLOUT , aw . drawing...
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...
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...