Aspose.Words.List class. Represents formatting of a list...let doc = new aw . Document (); let builder = new aw . DocumentBuilder.... list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
Aspose.Words.ProtectionType enumeration. Protection type for a document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . SectionBreakNewPage...
PageSetup.border_always_in_front property. Specifies where the page border is positioned relative to intersecting texts and objects.... doc = aw . Document () page_setup = doc...page_setup . border_distance_from = aw . PageBorderDistanceFr . PAGE_EDGE...
Font.size property. Gets or sets the font size in points.... doc = aw . Document () builder = aw . DocumentBuilder...'Courier New' font . underline = aw . Underline . DASH builder ....
StructuredDocumentTag.buildingBlockCategory property. Specifies category of building block for this SDT node...= new aw . Document (); let buildingBlockSdt = new aw . Markup...doc , aw . Markup . SdtType . BuildingBlockGallery , aw . Markup...
Comment.initial property. Returns or sets the initials of the user associated with a specific comment....doc = new aw . Document (); let newComment = new aw . Comment...firstParagraph ; para . appendChild ( new aw . CommentRangeStart ( doc , newComment...
CommentRangeStart.accept method. Accepts a visitor....doc = new aw . Document (); let newComment = new aw . Comment...firstParagraph ; para . appendChild ( new aw . CommentRangeStart ( doc , newComment...
ChartDataLabelCollection Format ملكية. يوفر إمكانية الوصول إلى تعبئة وتنسيق سطر تسميات البيانات في C#....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...Category 2" , "AW Category 3" , "AW Category 4" }, new double []...
TableStyle.allowBreakAcrossPages property. Gets or sets a flag indicating whether text in a table row is allowed to split across a page break....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
TableStyle.bidi property. Gets or sets whether this is a style for a right-to-left table....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...