Paragraph.parentStory property. Retrieves the parent section-level story that can be [Body](../../body/) or [HeaderFooter](../../headerfooter/).... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...
HtmlFixedSaveOptions.pageHorizontalAlignment property. Specifies the horizontal alignment of pages in an HTML document... let doc = new aw . Document ( base . myDir + "Rendering...let htmlFixedSaveOptions = new aw . Saving . HtmlFixedSaveOptions...
Paragraph.isEndOfHeaderFooter property. True if this paragraph is the last paragraph in the [HeaderFooter](../../headerfooter/) (main text story) of a [Section](../../section/); false otherwise.... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...
PersonCollection.remove method. Removes the person from the collection....persons = aw . bibliography . PersonCollection () person = aw . bibliography...persons = aw . bibliography . PersonCollection ( persons = [ aw . bibliography...
OptionButtonControl.selected property. Gets or sets a boolean value indicating either this [OptionButtonControl](../) is selected or not.... doc = aw . Document ( file_name = MY_DIR...) shape1 = doc . get_child ( aw . NodeType . SHAPE , 0 , True...
StructuredDocumentTag constructor. Initializes a new instance of the Structured document tag class.... doc = aw . Document () builder = aw . DocumentBuilder...sdt_check_box = aw . markup . StructuredDocumentTa ( doc , aw . markup...
Font.all_caps property. True if the font is formatted as all capital letters.... doc = aw . Document () para = doc . get_child ( aw . NodeType...characters in regular capitals: run = aw . Run ( doc = doc , text = 'all...
JavaScript कोड JPG को DOCX प्रारूप में बदलें। सहेजें JPG के रूप में DOCX का उपयोग कर JavaScript ।...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) builder.insertImage(...
JavaScript कोड JPG को WORD प्रारूप में बदलें। सहेजें JPG के रूप में WORD का उपयोग कर JavaScript ।...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) builder.insertImage(...