Help for this page

Select Code to Download


  1. or download this
    use strict;
    use OpenOffice::OODoc;
    ...
    my $element = getFrameElement('frame_name');
    print "el: $element text:\n";
    }
    
  2. or download this
    use strict;
    use OpenOffice::OODoc;
    ...
    my $element = OpenOffice::OODoc::XPath::getFrameElement('frame_name');
    print "el: $element text:\n";
    }
    
  3. or download this
    sub    getFrameElement
        {
    ...
                }
            }
        }