/usr/include/dom/html_table.h is in kdelibs5-dev 4:4.8.4-4+deb7u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 | /*
* This file is part of the DOM implementation for KDE.
*
* Copyright 1999 Lars Knoll (knoll@kde.org)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
* This file includes excerpts from the Document Object Model (DOM)
* Level 1 Specification (Recommendation)
* http://www.w3.org/TR/REC-DOM-Level-1/
* Copyright © World Wide Web Consortium , (Massachusetts Institute of
* Technology , Institut National de Recherche en Informatique et en
* Automatique , Keio University ). All Rights Reserved.
*
*/
#ifndef HTML_TABLE_H
#define HTML_TABLE_H
// --------------------------------------------------------------------------
#include <khtml_export.h>
#include <dom/html_element.h>
namespace DOM {
class HTMLTableCaptionElementImpl;
class DOMString;
/**
* Table caption See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-CAPTION">
* CAPTION element definition </a> in HTML 4.0.
*
*/
class KHTML_EXPORT HTMLTableCaptionElement : public HTMLElement
{
friend class HTMLTableElement;
public:
HTMLTableCaptionElement();
HTMLTableCaptionElement(const HTMLTableCaptionElement &other);
HTMLTableCaptionElement(const Node &other) : HTMLElement()
{(*this)=other;}
protected:
HTMLTableCaptionElement(HTMLTableCaptionElementImpl *impl);
public:
HTMLTableCaptionElement & operator = (const HTMLTableCaptionElement &other);
HTMLTableCaptionElement & operator = (const Node &other);
~HTMLTableCaptionElement();
/**
* Caption alignment with respect to the table. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-CAPTION">
* align attribute definition </a> in HTML 4.0. This attribute is
* deprecated in HTML 4.0.
*
*/
DOMString align() const;
/**
* see align
*/
void setAlign( const DOMString & );
};
// --------------------------------------------------------------------------
class HTMLTableCellElementImpl;
/**
* The object used to represent the \c TH and \c TD
* elements. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TD">
* TD element definition </a> in HTML 4.0.
*
*/
class KHTML_EXPORT HTMLTableCellElement : public HTMLElement
{
friend class HTMLTableElement;
public:
HTMLTableCellElement();
HTMLTableCellElement(const HTMLTableCellElement &other);
HTMLTableCellElement(const Node &other) : HTMLElement()
{(*this)=other;}
protected:
HTMLTableCellElement(HTMLTableCellElementImpl *impl);
public:
HTMLTableCellElement & operator = (const HTMLTableCellElement &other);
HTMLTableCellElement & operator = (const Node &other);
~HTMLTableCellElement();
/**
* The index of this cell in the row.
*
*/
long cellIndex() const;
/**
* see cellIndex
*
* This function is obsolete - the cellIndex property is actually supposed to be read-only
* (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)
*/
void setCellIndex( long );
/**
* Abbreviation for header cells. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-abbr">
* abbr attribute definition </a> in HTML 4.0.
*
*/
DOMString abbr() const;
/**
* see abbr
*/
void setAbbr( const DOMString & );
/**
* Horizontal alignment of data in cell. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-TD">
* align attribute definition </a> in HTML 4.0.
*
*/
DOMString align() const;
/**
* see align
*/
void setAlign( const DOMString & );
/**
* Names group of related headers. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-axis">
* axis attribute definition </a> in HTML 4.0.
*
*/
DOMString axis() const;
/**
* see axis
*/
void setAxis( const DOMString & );
/**
* Cell background color. See the <a
* href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-bgcolor">
* bgcolor attribute definition </a> in HTML 4.0. This attribute
* is deprecated in HTML 4.0.
*
*/
DOMString bgColor() const;
/**
* see bgColor
*/
void setBgColor( const DOMString & );
/**
* Alignment character for cells in a column. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-char">
* char attribute definition </a> in HTML 4.0.
*
*/
DOMString ch() const;
/**
* see ch
*/
void setCh( const DOMString & );
/**
* Offset of alignment character. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-charoff">
* charoff attribute definition </a> in HTML 4.0.
*
*/
DOMString chOff() const;
/**
* see chOff
*/
void setChOff( const DOMString & );
/**
* Number of columns spanned by cell. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-colspan">
* colspan attribute definition </a> in HTML 4.0.
*
*/
long colSpan() const;
/**
* see colSpan
*/
void setColSpan( long );
/**
* List of \c id attribute values for header cells.
* See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-headers">
* headers attribute definition </a> in HTML 4.0.
*
*/
DOMString headers() const;
/**
* see headers
*/
void setHeaders( const DOMString & );
/**
* Cell height. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-height-TH">
* height attribute definition </a> in HTML 4.0. This attribute is
* deprecated in HTML 4.0.
*
*/
DOMString height() const;
/**
* see height
*/
void setHeight( const DOMString & );
/**
* Suppress word wrapping. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-nowrap">
* nowrap attribute definition </a> in HTML 4.0. This attribute is
* deprecated in HTML 4.0.
*
*/
bool noWrap() const;
/**
* see noWrap
*/
void setNoWrap( bool );
/**
* Number of rows spanned by cell. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-rowspan">
* rowspan attribute definition </a> in HTML 4.0.
*
*/
long rowSpan() const;
/**
* see rowSpan
*/
void setRowSpan( long );
/**
* Scope covered by header cells. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-scope">
* scope attribute definition </a> in HTML 4.0.
*
*/
DOMString scope() const;
/**
* see scope
*/
void setScope( const DOMString & );
/**
* Vertical alignment of data in cell. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-valign">
* valign attribute definition </a> in HTML 4.0.
*
*/
DOMString vAlign() const;
/**
* see vAlign
*/
void setVAlign( const DOMString & );
/**
* Cell width. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-width-TH">
* width attribute definition </a> in HTML 4.0. This attribute is
* deprecated in HTML 4.0.
*
*/
DOMString width() const;
/**
* see width
*/
void setWidth( const DOMString & );
};
// --------------------------------------------------------------------------
class HTMLTableColElementImpl;
/**
* Regroups the \c COL and \c COLGROUP
* elements. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-COL">
* COL element definition </a> in HTML 4.0.
*
*/
class KHTML_EXPORT HTMLTableColElement : public HTMLElement
{
friend class HTMLTableElement;
public:
HTMLTableColElement();
HTMLTableColElement(const HTMLTableColElement &other);
HTMLTableColElement(const Node &other) : HTMLElement()
{(*this)=other;}
protected:
HTMLTableColElement(HTMLTableColElementImpl *impl);
public:
HTMLTableColElement & operator = (const HTMLTableColElement &other);
HTMLTableColElement & operator = (const Node &other);
~HTMLTableColElement();
/**
* Horizontal alignment of cell data in column. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-TD">
* align attribute definition </a> in HTML 4.0.
*
*/
DOMString align() const;
/**
* see align
*/
void setAlign( const DOMString & );
/**
* Alignment character for cells in a column. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-char">
* char attribute definition </a> in HTML 4.0.
*
*/
DOMString ch() const;
/**
* see ch
*/
void setCh( const DOMString & );
/**
* Offset of alignment character. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-charoff">
* charoff attribute definition </a> in HTML 4.0.
*
*/
DOMString chOff() const;
/**
* see chOff
*/
void setChOff( const DOMString & );
/**
* Indicates the number of columns in a group or affected by a
* grouping. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-span-COL">
* span attribute definition </a> in HTML 4.0.
*
*/
long span() const;
/**
* see span
*/
void setSpan( long );
/**
* Vertical alignment of cell data in column. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-valign">
* valign attribute definition </a> in HTML 4.0.
*
*/
DOMString vAlign() const;
/**
* see vAlign
*/
void setVAlign( const DOMString & );
/**
* Default column width. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-width-COL">
* width attribute definition </a> in HTML 4.0.
*
*/
DOMString width() const;
/**
* see width
*/
void setWidth( const DOMString & );
};
// --------------------------------------------------------------------------
class HTMLTableElementImpl;
class HTMLCollection;
class HTMLTableSectionElement;
class HTMLTableCaptionElement;
class HTMLElement;
class DOMString;
/**
* The create* and delete* methods on the table allow authors to
* construct and modify tables. HTML 4.0 specifies that only one of
* each of the \c CAPTION , \c THEAD , and
* \c TFOOT elements may exist in a table. Therefore, if
* one exists, and the createTHead() or createTFoot() method is
* called, the method returns the existing THead or TFoot element. See
* the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TABLE">
* TABLE element definition </a> in HTML 4.0.
*
*/
class KHTML_EXPORT HTMLTableElement : public HTMLElement
{
public:
HTMLTableElement();
HTMLTableElement(const HTMLTableElement &other);
HTMLTableElement(const Node &other) : HTMLElement()
{(*this)=other;}
protected:
HTMLTableElement(HTMLTableElementImpl *impl);
public:
HTMLTableElement & operator = (const HTMLTableElement &other);
HTMLTableElement & operator = (const Node &other);
~HTMLTableElement();
/**
* Returns the table's \c CAPTION , or void if none
* exists.
*
*/
HTMLTableCaptionElement caption() const;
/**
* see caption
*/
void setCaption( const HTMLTableCaptionElement & );
/**
* Returns the table's \c THEAD , or \c null
* if none exists.
*
*/
HTMLTableSectionElement tHead() const;
/**
* see tHead
*/
void setTHead( const HTMLTableSectionElement & );
/**
* Returns the table's \c TFOOT , or \c null
* if none exists.
*
*/
HTMLTableSectionElement tFoot() const;
/**
* see tFoot
*/
void setTFoot( const HTMLTableSectionElement & );
/**
* Returns a collection of all the rows in the table, including
* all in \c THEAD , \c TFOOT , all
* \c TBODY elements.
*
*/
HTMLCollection rows() const;
/**
* Returns a collection of the table bodies (including implicit ones).
*
*/
HTMLCollection tBodies() const;
/**
* Specifies the table's position with respect to the rest of the
* document. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-TABLE">
* align attribute definition </a> in HTML 4.0. This attribute is
* deprecated in HTML 4.0.
*
*/
DOMString align() const;
/**
* see align
*/
void setAlign( const DOMString & );
/**
* Cell background color. See the <a
* href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-bgcolor">
* bgcolor attribute definition </a> in HTML 4.0. This attribute
* is deprecated in HTML 4.0.
*
*/
DOMString bgColor() const;
/**
* see bgColor
*/
void setBgColor( const DOMString & );
/**
* The width of the border around the table. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-border-TABLE">
* border attribute definition </a> in HTML 4.0.
*
*/
DOMString border() const;
/**
* see border
*/
void setBorder( const DOMString & );
/**
* Specifies the horizontal and vertical space between cell
* content and cell borders. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-cellpadding">
* cellpadding attribute definition </a> in HTML 4.0.
*
*/
DOMString cellPadding() const;
/**
* see cellPadding
*/
void setCellPadding( const DOMString & );
/**
* Specifies the horizontal and vertical separation between cells.
* See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-cellspacing">
* cellspacing attribute definition </a> in HTML 4.0.
*
*/
DOMString cellSpacing() const;
/**
* see cellSpacing
*/
void setCellSpacing( const DOMString & );
/**
* Specifies which external table borders to render. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-frame">
* frame attribute definition </a> in HTML 4.0.
*
*/
DOMString frame() const;
/**
* see frame
*/
void setFrame( const DOMString & );
/**
* Specifies which internal table borders to render. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-rules">
* rules attribute definition </a> in HTML 4.0.
*
*/
DOMString rules() const;
/**
* see rules
*/
void setRules( const DOMString & );
/**
* Supplementary description about the purpose or structure of a
* table. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-summary">
* summary attribute definition </a> in HTML 4.0.
*
*/
DOMString summary() const;
/**
* see summary
*/
void setSummary( const DOMString & );
/**
* Specifies the desired table width. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-width-TABLE">
* width attribute definition </a> in HTML 4.0.
*
*/
DOMString width() const;
/**
* see width
*/
void setWidth( const DOMString & );
/**
* Create a table header row or return an existing one.
*
* @return A new table header element ( \c THEAD ).
*
*/
HTMLElement createTHead ( );
/**
* Delete the header from the table, if one exists.
*
* @return
*
*/
void deleteTHead ( );
/**
* Create a table footer row or return an existing one.
*
* @return A footer element ( \c TFOOT ).
*
*/
HTMLElement createTFoot ( );
/**
* Delete the footer from the table, if one exists.
*
* @return
*
*/
void deleteTFoot ( );
/**
* Create a new table caption object or return an existing one.
*
* @return A \c CAPTION element.
*
*/
HTMLElement createCaption ( );
/**
* Delete the table caption, if one exists.
*
* @return
*
*/
void deleteCaption ( );
/**
* Insert a new empty row in the table.
* The new row is inserted immediately before and in the same section
* as the current indexth row in the table. If index is -1 or equal
* to the number of rows, the new row is appended. In addition, when
* the table is empty the row is inserted into a TBODY which is created
* and inserted into the table.
* Note. A table row cannot
* be empty according to HTML 4.0 Recommendation.
*
* @param index The row number where to insert a new row.
* The index starts from 0 and is relative to the logical order
* (not document order) of all the rows contained inside the table.
*
* @return The newly created row.
*
*/
HTMLElement insertRow ( long index );
/**
* Delete a table row.
*
* @param index The index of the row to be deleted.
* This index starts from 0 and is relative to the logical order
* (not document order) of all the rows contained inside the table.
* If the index is -1 the last row in the table is deleted.
*
* @return
*
*/
void deleteRow ( long index );
};
// --------------------------------------------------------------------------
class HTMLTableRowElementImpl;
class HTMLCollection;
class HTMLElement;
class DOMString;
/**
* A row in a table. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TR">
* TR element definition </a> in HTML 4.0.
*
*/
class KHTML_EXPORT HTMLTableRowElement : public HTMLElement
{
friend class HTMLTableElement;
public:
HTMLTableRowElement();
HTMLTableRowElement(const HTMLTableRowElement &other);
HTMLTableRowElement(const Node &other) : HTMLElement()
{(*this)=other;}
protected:
HTMLTableRowElement(HTMLTableRowElementImpl *impl);
public:
HTMLTableRowElement & operator = (const HTMLTableRowElement &other);
HTMLTableRowElement & operator = (const Node &other);
~HTMLTableRowElement();
/**
* The index of this row, relative to the entire table.
* This is in logical order and not in document order.
* The rowIndex does take into account sections
* (THEAD, TFOOT or TBODY) within the table,
* placing THEAD rows first in the index, followed by
* TBODY rows, followed by TFOOT rows.
*/
long rowIndex() const;
/**
* see rowIndex
*
* This function is obsolete - the rowIndex property is actually supposed to be read-only
* (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)
*/
void setRowIndex( long );
/**
* The index of this row, relative to the current section (
* \c THEAD , \c TFOOT , or \c TBODY
* ).
*
*/
long sectionRowIndex() const;
/**
* see sectionRowIndex
*
* This function is obsolete - the sectionRowIndex property is actually supposed to be read-only
* (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)
*/
void setSectionRowIndex( long );
/**
* The collection of cells in this row.
*
*/
HTMLCollection cells() const;
/**
* see cells
*
* This function is obsolete - the cells property is actually supposed to be read-only
* (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)
*/
void setCells( const HTMLCollection & );
/**
* Horizontal alignment of data within cells of this row. See the
* <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-TD">
* align attribute definition </a> in HTML 4.0.
*
*/
DOMString align() const;
/**
* see align
*/
void setAlign( const DOMString & );
/**
* Background color for rows. See the <a
* href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-bgcolor">
* bgcolor attribute definition </a> in HTML 4.0. This attribute
* is deprecated in HTML 4.0.
*
*/
DOMString bgColor() const;
/**
* see bgColor
*/
void setBgColor( const DOMString & );
/**
* Alignment character for cells in a column. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-char">
* char attribute definition </a> in HTML 4.0.
*
*/
DOMString ch() const;
/**
* see ch
*/
void setCh( const DOMString & );
/**
* Offset of alignment character. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-charoff">
* charoff attribute definition </a> in HTML 4.0.
*
*/
DOMString chOff() const;
/**
* see chOff
*/
void setChOff( const DOMString & );
/**
* Vertical alignment of data within cells of this row. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-valign">
* valign attribute definition </a> in HTML 4.0.
*
*/
DOMString vAlign() const;
/**
* see vAlign
*/
void setVAlign( const DOMString & );
/**
* Insert an empty \c TD cell into this row.
* If index is -1 or equal to the number of cells, the new
* cell is appended.
*
* @param index The place to insert the cell.
*
* @return The newly created cell.
*
*/
HTMLElement insertCell ( long index );
/**
* Delete a cell from the current row.
*
* @param index The index of the cell to delete, starting from 0.
* If the index is -1 the last cell in the row is deleted.
*
* @return
*
*/
void deleteCell ( long index );
};
// --------------------------------------------------------------------------
class HTMLTableSectionElementImpl;
class HTMLCollection;
class HTMLElement;
class DOMString;
/**
* The \c THEAD , \c TFOOT , and \c TBODY
* elements.
*
*/
class KHTML_EXPORT HTMLTableSectionElement : public HTMLElement
{
friend class HTMLTableElement;
public:
HTMLTableSectionElement();
HTMLTableSectionElement(const HTMLTableSectionElement &other);
HTMLTableSectionElement(const Node &other) : HTMLElement()
{(*this)=other;}
protected:
HTMLTableSectionElement(HTMLTableSectionElementImpl *impl);
public:
HTMLTableSectionElement & operator = (const HTMLTableSectionElement &other);
HTMLTableSectionElement & operator = (const Node &other);
~HTMLTableSectionElement();
/**
* Horizontal alignment of data in cells. See the \c align
* attribute for HTMLTheadElement for details.
*
*/
DOMString align() const;
/**
* see align
*/
void setAlign( const DOMString & );
/**
* Alignment character for cells in a column. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-char">
* char attribute definition </a> in HTML 4.0.
*
*/
DOMString ch() const;
/**
* see ch
*/
void setCh( const DOMString & );
/**
* Offset of alignment character. See the <a
* href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-charoff">
* charoff attribute definition </a> in HTML 4.0.
*
*/
DOMString chOff() const;
/**
* see chOff
*/
void setChOff( const DOMString & );
/**
* Vertical alignment of data in cells. See the \c valign
* attribute for HTMLTheadElement for details.
*
*/
DOMString vAlign() const;
/**
* see vAlign
*/
void setVAlign( const DOMString & );
/**
* The collection of rows in this table section.
*
*/
HTMLCollection rows() const;
/**
* Insert a row into this section.
* The new row is inserted immediately before the current indexth
* row in this section. If index is -1 or equal to the number of rows
* in this sectino, the new row is appended.
*
* @param index The row number where to insert a new row.
*
* @return The newly created row.
*
*/
HTMLElement insertRow ( long index );
/**
* Delete a row from this section.
*
* @param index The index of the row to be deleted,
* or -1 to delete the last row. This index starts from 0 and is relative only
* to the rows contained inside this section, not all the rows in the table.
*
*/
void deleteRow ( long index );
};
} //namespace
#endif
|