Discover the FieldCollection Item property, effortlessly access fields by index and enhance your data management with ease and precision....example -1 means the last item, -2 means the second before last and...AreEqual ( 5 , fields . Count ); // 2 - Get the collection to remove...
Discover the TextBox BreakForwardLink method to seamlessly unlink your TextBoxes, enhancing user experience and form navigation. Optimize your UI today!...example: 1-2-3-4 sequence and BreakForwardLink at the 2-nd textbox...textbox will create two sequences 1-2, 3-4. Examples Shows how to link...
TabStopCollection.after method. Gets a first tab stop to the right of the specified position.... toEqual ( 2 ); expect ( tabStops . at ( 0...writeln ( "Start\tTab 1\tTab 2" ); let paragraphs = doc . firstSection...
Document.package_custom_parts property. Gets or sets the collection of custom parts (arbitrary content) that are linked to the OOXML package using unknown relationships.... assertEqual ( 2 , doc . package_custom_parts ...package_custom_parts . remove_at ( 2 ) self . assertEqual ( 2 , doc . package_custom_parts...
TextColumnCollection.evenlySpaced property. True if text columns are of equal width and evenly spaced.... setCount ( 2 ); // Determine the amount of...builder . writeln ( "Wide column 2." ); doc . save ( base . artifactsDir...
Access a specific text column by index with the TextColumnCollection Item property. Simplify data management and enhance your coding efficiency.... SetCount ( 2 ); // Determine the amount of...builder . Writeln ( "Wide column 2." ); doc . Save ( ArtifactsDir...
Adjust the TextColumn Width property to easily customize your text column's width in points for enhanced layout control and readability.... SetCount ( 2 ); // Determine the amount of...builder . Writeln ( "Wide column 2." ); doc . Save ( ArtifactsDir...