Uses of Interface
com._1c.g5.v8.dt.htmldocument.model.HtmlDocumentPage
-
Packages that use HtmlDocumentPage Package Description com._1c.g5.v8.dt.htmldocument.model com._1c.g5.v8.dt.htmldocument.model.impl com._1c.g5.v8.dt.htmldocument.model.util -
-
Uses of HtmlDocumentPage in com._1c.g5.v8.dt.htmldocument.model
Methods in com._1c.g5.v8.dt.htmldocument.model that return HtmlDocumentPage Modifier and Type Method Description HtmlDocumentPage
HtmlDocumentFactory. createHtmlDocumentPage()
Returns a new object of class 'Page'.Methods in com._1c.g5.v8.dt.htmldocument.model that return types with arguments of type HtmlDocumentPage Modifier and Type Method Description org.eclipse.emf.common.util.EList<HtmlDocumentPage>
HtmlDocument. getPages()
Returns the value of the 'Pages' containment reference list. -
Uses of HtmlDocumentPage in com._1c.g5.v8.dt.htmldocument.model.impl
Classes in com._1c.g5.v8.dt.htmldocument.model.impl that implement HtmlDocumentPage Modifier and Type Class Description class
HtmlDocumentPageImpl
An implementation of the model object 'Page'.Methods in com._1c.g5.v8.dt.htmldocument.model.impl that return HtmlDocumentPage Modifier and Type Method Description HtmlDocumentPage
HtmlDocumentFactoryImpl. createHtmlDocumentPage()
Methods in com._1c.g5.v8.dt.htmldocument.model.impl that return types with arguments of type HtmlDocumentPage Modifier and Type Method Description org.eclipse.emf.common.util.EList<HtmlDocumentPage>
HtmlDocumentImpl. getPages()
-
Uses of HtmlDocumentPage in com._1c.g5.v8.dt.htmldocument.model.util
Methods in com._1c.g5.v8.dt.htmldocument.model.util with parameters of type HtmlDocumentPage Modifier and Type Method Description T
HtmlDocumentSwitch. caseHtmlDocumentPage(HtmlDocumentPage object)
Returns the result of interpreting the object as an instance of 'Page'.
-