HippoEDIT Wiki HippoEDIT Wiki
  • Tools
    • Site Tools
    • Recent Changes
    • Media Manager
    • Sitemap
    • Page Tools
    • Edit this page
    • Old revisions
    • Backlinks
    • Rename Page
    • Add to book
    • Back to top
  • Log In

  1. You are here
  2. Creating Tool or Service Script
  3. API
  4. IDocument
  5. RemoveMarkers

scripting:api:document:remove-markers

Contents

Contents

  • Overview
  • Screenshots
  • Display
  • Editing
  • Options
  • Tools
  • Plugins
  • Scripting
  • XML Flags

Indexes

  • A-Z
  • Subjects
  • Tags
  • FAQ

Documentation

  • Help
  • Syntax

more

  • HippoEDIT.com
  • Whats New
  • Download
  • Forum
  • Edit this page
  • Backlinks
  • Rename Page
  • Add to book
  • Share on ...
  • Google+
  • Twitter
  • LinkedIn
  • Facebook
  • Pinterest
  • Telegram

RemoveMarkers

Method of IDocument

Description

Removes markers from the document or by marker reference or by range

Parameters

  • IMarker pMarker (optional)
  • VARIANT pRange (optional)

Syntax

JavaScript

Document.RemoveMarkers(pMarker, pRange);

Visual Basic Script

Document.RemoveMarkers pMarker, pRange

C++

HRESULT hr = Document.RemoveMarkers(pMarker, pRange);

See Also

IDocument

HippoEDIT Wiki

HippoEDIT Wiki