org.eclipse.mylyn.wikitext.core.parser
Class HeadingAttributes
java.lang.Object
org.eclipse.mylyn.wikitext.core.parser.Attributes
org.eclipse.mylyn.wikitext.core.parser.HeadingAttributes
public class HeadingAttributes
- extends Attributes
Attributes specific to DocumentBuilder.beginHeading(int, Attributes)
- Since:
- 1.0
- Author:
- David Green
Method Summary |
boolean |
isOmitFromTableOfContents()
a hint to document processors to indicate if this heading should participate in a table of contents. |
void |
setOmitFromTableOfContents(boolean omitFromTableOfContents)
a hint to document processors to indicate if this heading should participate in a table of contents. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeadingAttributes
public HeadingAttributes()
isOmitFromTableOfContents
public boolean isOmitFromTableOfContents()
- a hint to document processors to indicate if this heading should participate in a table of contents. The default
is false.
setOmitFromTableOfContents
public void setOmitFromTableOfContents(boolean omitFromTableOfContents)
- a hint to document processors to indicate if this heading should participate in a table of contents. The default
is false.
Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html