/******************************************************************************* * Copyright (c) 2006-2012 * Software Technology Group, Dresden University of Technology * DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026 * * 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 * * Contributors: * Software Technology Group - TU Dresden, Germany; * DevBoost GmbH - Berlin, Germany * - initial API and implementation ******************************************************************************/ /** * <copyright> * </copyright> * * $Id$ */ package org.oasisopen.names.tc.opendocument.xmlns.drawing; import java.math.BigInteger; import java.util.List; import org.eclipse.emf.ecore.EObject; import org.oasisopen.names.tc.opendocument.xmlns.text.AnchorTypeType; import org.oasisopen.names.tc.opendocument.xmlns.text.PresentationClasses; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Page Thumbnail Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getTitle <em>Title</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getDesc <em>Desc</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getAnchorPageNumber <em>Anchor Page Number</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getAnchorType <em>Anchor Type</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getCaptionId <em>Caption Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getClass_ <em>Class</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getClassNames <em>Class Names</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getClassNames1 <em>Class Names1</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getEndCellAddress <em>End Cell Address</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getEndX <em>End X</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getEndY <em>End Y</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getHeight <em>Height</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getId <em>Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getLayer <em>Layer</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getName <em>Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getPageNumber <em>Page Number</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getPlaceholder <em>Placeholder</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getStyleName <em>Style Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getStyleName1 <em>Style Name1</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getTableBackground <em>Table Background</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getTransform <em>Transform</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getUserTransformed <em>User Transformed</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getWidth <em>Width</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getX <em>X</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getY <em>Y</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getZIndex <em>ZIndex</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType() * @model extendedMetaData="name='page-thumbnail_._type' kind='elementOnly'" * @generated */ public interface PageThumbnailType extends EObject { /** * Returns the value of the '<em><b>Title</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Title</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Title</em>' attribute. * @see #setTitle(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_Title() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='element' name='title' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getTitle(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getTitle <em>Title</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Title</em>' attribute. * @see #getTitle() * @generated */ void setTitle(String value); /** * Returns the value of the '<em><b>Desc</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Desc</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Desc</em>' attribute. * @see #setDesc(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_Desc() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='element' name='desc' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getDesc(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getDesc <em>Desc</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Desc</em>' attribute. * @see #getDesc() * @generated */ void setDesc(String value); /** * Returns the value of the '<em><b>Anchor Page Number</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Anchor Page Number</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Anchor Page Number</em>' attribute. * @see #setAnchorPageNumber(BigInteger) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_AnchorPageNumber() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.PositiveInteger" * extendedMetaData="kind='attribute' name='anchor-page-number' namespace='urn:oasis:names:tc:opendocument:xmlns:text:1.0'" * @generated */ BigInteger getAnchorPageNumber(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getAnchorPageNumber <em>Anchor Page Number</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Anchor Page Number</em>' attribute. * @see #getAnchorPageNumber() * @generated */ void setAnchorPageNumber(BigInteger value); /** * Returns the value of the '<em><b>Anchor Type</b></em>' attribute. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.AnchorTypeType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Anchor Type</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Anchor Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.AnchorTypeType * @see #isSetAnchorType() * @see #unsetAnchorType() * @see #setAnchorType(AnchorTypeType) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_AnchorType() * @model unsettable="true" * extendedMetaData="kind='attribute' name='anchor-type' namespace='urn:oasis:names:tc:opendocument:xmlns:text:1.0'" * @generated */ AnchorTypeType getAnchorType(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getAnchorType <em>Anchor Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Anchor Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.AnchorTypeType * @see #isSetAnchorType() * @see #unsetAnchorType() * @see #getAnchorType() * @generated */ void setAnchorType(AnchorTypeType value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getAnchorType <em>Anchor Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetAnchorType() * @see #getAnchorType() * @see #setAnchorType(AnchorTypeType) * @generated */ void unsetAnchorType(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getAnchorType <em>Anchor Type</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Anchor Type</em>' attribute is set. * @see #unsetAnchorType() * @see #getAnchorType() * @see #setAnchorType(AnchorTypeType) * @generated */ boolean isSetAnchorType(); /** * Returns the value of the '<em><b>Caption Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Caption Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Caption Id</em>' attribute. * @see #setCaptionId(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_CaptionId() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.IDREF" * extendedMetaData="kind='attribute' name='caption-id' namespace='##targetNamespace'" * @generated */ String getCaptionId(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getCaptionId <em>Caption Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Caption Id</em>' attribute. * @see #getCaptionId() * @generated */ void setCaptionId(String value); /** * Returns the value of the '<em><b>Class</b></em>' attribute. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.PresentationClasses}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Class</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.PresentationClasses * @see #isSetClass() * @see #unsetClass() * @see #setClass(PresentationClasses) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_Class() * @model unsettable="true" * extendedMetaData="kind='attribute' name='class' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ PresentationClasses getClass_(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getClass_ <em>Class</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.PresentationClasses * @see #isSetClass() * @see #unsetClass() * @see #getClass_() * @generated */ void setClass(PresentationClasses value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getClass_ <em>Class</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetClass() * @see #getClass_() * @see #setClass(PresentationClasses) * @generated */ void unsetClass(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getClass_ <em>Class</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Class</em>' attribute is set. * @see #unsetClass() * @see #getClass_() * @see #setClass(PresentationClasses) * @generated */ boolean isSetClass(); /** * Returns the value of the '<em><b>Class Names</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class Names</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Class Names</em>' attribute. * @see #setClassNames(List) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_ClassNames() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.StyleNameRefs" many="false" * extendedMetaData="kind='attribute' name='class-names' namespace='##targetNamespace'" * @generated */ List<String> getClassNames(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getClassNames <em>Class Names</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class Names</em>' attribute. * @see #getClassNames() * @generated */ void setClassNames(List<String> value); /** * Returns the value of the '<em><b>Class Names1</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class Names1</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Class Names1</em>' attribute. * @see #setClassNames1(List) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_ClassNames1() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.StyleNameRefs" many="false" * extendedMetaData="kind='attribute' name='class-names' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ List<String> getClassNames1(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getClassNames1 <em>Class Names1</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class Names1</em>' attribute. * @see #getClassNames1() * @generated */ void setClassNames1(List<String> value); /** * Returns the value of the '<em><b>End Cell Address</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>End Cell Address</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>End Cell Address</em>' attribute. * @see #setEndCellAddress(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_EndCellAddress() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.CellAddress" * extendedMetaData="kind='attribute' name='end-cell-address' namespace='urn:oasis:names:tc:opendocument:xmlns:table:1.0'" * @generated */ String getEndCellAddress(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getEndCellAddress <em>End Cell Address</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>End Cell Address</em>' attribute. * @see #getEndCellAddress() * @generated */ void setEndCellAddress(String value); /** * Returns the value of the '<em><b>End X</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>End X</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>End X</em>' attribute. * @see #setEndX(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_EndX() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Coordinate" * extendedMetaData="kind='attribute' name='end-x' namespace='urn:oasis:names:tc:opendocument:xmlns:table:1.0'" * @generated */ String getEndX(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getEndX <em>End X</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>End X</em>' attribute. * @see #getEndX() * @generated */ void setEndX(String value); /** * Returns the value of the '<em><b>End Y</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>End Y</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>End Y</em>' attribute. * @see #setEndY(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_EndY() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Coordinate" * extendedMetaData="kind='attribute' name='end-y' namespace='urn:oasis:names:tc:opendocument:xmlns:table:1.0'" * @generated */ String getEndY(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getEndY <em>End Y</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>End Y</em>' attribute. * @see #getEndY() * @generated */ void setEndY(String value); /** * Returns the value of the '<em><b>Height</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Height</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Height</em>' attribute. * @see #setHeight(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_Height() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Length" required="true" * extendedMetaData="kind='attribute' name='height' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getHeight(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getHeight <em>Height</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Height</em>' attribute. * @see #getHeight() * @generated */ void setHeight(String value); /** * Returns the value of the '<em><b>Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Id</em>' attribute. * @see #setId(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_Id() * @model id="true" dataType="org.oasisopen.names.tc.opendocument.xmlns.text.ID" required="true" * extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'" * @generated */ String getId(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getId <em>Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Id</em>' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the '<em><b>Layer</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Layer</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Layer</em>' attribute. * @see #setLayer(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_Layer() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='layer' namespace='##targetNamespace'" * @generated */ String getLayer(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getLayer <em>Layer</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Layer</em>' attribute. * @see #getLayer() * @generated */ void setLayer(String value); /** * Returns the value of the '<em><b>Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_Name() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" required="true" * extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'" * @generated */ String getName(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getName <em>Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Name</em>' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the '<em><b>Page Number</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Page Number</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Page Number</em>' attribute. * @see #setPageNumber(BigInteger) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_PageNumber() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.PositiveInteger" * extendedMetaData="kind='attribute' name='page-number' namespace='##targetNamespace'" * @generated */ BigInteger getPageNumber(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getPageNumber <em>Page Number</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Page Number</em>' attribute. * @see #getPageNumber() * @generated */ void setPageNumber(BigInteger value); /** * Returns the value of the '<em><b>Placeholder</b></em>' attribute. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.Boolean}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Placeholder</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Placeholder</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetPlaceholder() * @see #unsetPlaceholder() * @see #setPlaceholder(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_Placeholder() * @model unsettable="true" * extendedMetaData="kind='attribute' name='placeholder' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getPlaceholder(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getPlaceholder <em>Placeholder</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Placeholder</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetPlaceholder() * @see #unsetPlaceholder() * @see #getPlaceholder() * @generated */ void setPlaceholder(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getPlaceholder <em>Placeholder</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetPlaceholder() * @see #getPlaceholder() * @see #setPlaceholder(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetPlaceholder(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getPlaceholder <em>Placeholder</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Placeholder</em>' attribute is set. * @see #unsetPlaceholder() * @see #getPlaceholder() * @see #setPlaceholder(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetPlaceholder(); /** * Returns the value of the '<em><b>Style Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Style Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Style Name</em>' attribute. * @see #setStyleName(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_StyleName() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.drawing.StyleNameType" * extendedMetaData="kind='attribute' name='style-name' namespace='##targetNamespace'" * @generated */ String getStyleName(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getStyleName <em>Style Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Style Name</em>' attribute. * @see #getStyleName() * @generated */ void setStyleName(String value); /** * Returns the value of the '<em><b>Style Name1</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Style Name1</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Style Name1</em>' attribute. * @see #setStyleName1(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_StyleName1() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.presentation.StyleNameType" * extendedMetaData="kind='attribute' name='style-name' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ String getStyleName1(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getStyleName1 <em>Style Name1</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Style Name1</em>' attribute. * @see #getStyleName1() * @generated */ void setStyleName1(String value); /** * Returns the value of the '<em><b>Table Background</b></em>' attribute. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.Boolean}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Table Background</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Table Background</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetTableBackground() * @see #unsetTableBackground() * @see #setTableBackground(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_TableBackground() * @model unsettable="true" * extendedMetaData="kind='attribute' name='table-background' namespace='urn:oasis:names:tc:opendocument:xmlns:table:1.0'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getTableBackground(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getTableBackground <em>Table Background</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Table Background</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetTableBackground() * @see #unsetTableBackground() * @see #getTableBackground() * @generated */ void setTableBackground(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getTableBackground <em>Table Background</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetTableBackground() * @see #getTableBackground() * @see #setTableBackground(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetTableBackground(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getTableBackground <em>Table Background</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Table Background</em>' attribute is set. * @see #unsetTableBackground() * @see #getTableBackground() * @see #setTableBackground(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetTableBackground(); /** * Returns the value of the '<em><b>Transform</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Transform</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Transform</em>' attribute. * @see #setTransform(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_Transform() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='transform' namespace='##targetNamespace'" * @generated */ String getTransform(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getTransform <em>Transform</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Transform</em>' attribute. * @see #getTransform() * @generated */ void setTransform(String value); /** * Returns the value of the '<em><b>User Transformed</b></em>' attribute. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.Boolean}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>User Transformed</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>User Transformed</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetUserTransformed() * @see #unsetUserTransformed() * @see #setUserTransformed(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_UserTransformed() * @model unsettable="true" * extendedMetaData="kind='attribute' name='user-transformed' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getUserTransformed(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getUserTransformed <em>User Transformed</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>User Transformed</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetUserTransformed() * @see #unsetUserTransformed() * @see #getUserTransformed() * @generated */ void setUserTransformed(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getUserTransformed <em>User Transformed</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetUserTransformed() * @see #getUserTransformed() * @see #setUserTransformed(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetUserTransformed(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getUserTransformed <em>User Transformed</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>User Transformed</em>' attribute is set. * @see #unsetUserTransformed() * @see #getUserTransformed() * @see #setUserTransformed(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetUserTransformed(); /** * Returns the value of the '<em><b>Width</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Width</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Width</em>' attribute. * @see #setWidth(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_Width() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Length" required="true" * extendedMetaData="kind='attribute' name='width' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getWidth(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getWidth <em>Width</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Width</em>' attribute. * @see #getWidth() * @generated */ void setWidth(String value); /** * Returns the value of the '<em><b>X</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>X</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>X</em>' attribute. * @see #setX(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_X() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Coordinate" required="true" * extendedMetaData="kind='attribute' name='x' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getX(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getX <em>X</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>X</em>' attribute. * @see #getX() * @generated */ void setX(String value); /** * Returns the value of the '<em><b>Y</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Y</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Y</em>' attribute. * @see #setY(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_Y() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Coordinate" required="true" * extendedMetaData="kind='attribute' name='y' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getY(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getY <em>Y</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Y</em>' attribute. * @see #getY() * @generated */ void setY(String value); /** * Returns the value of the '<em><b>ZIndex</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>ZIndex</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>ZIndex</em>' attribute. * @see #setZIndex(BigInteger) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPageThumbnailType_ZIndex() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.NonNegativeInteger" * extendedMetaData="kind='attribute' name='z-index' namespace='##targetNamespace'" * @generated */ BigInteger getZIndex(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PageThumbnailType#getZIndex <em>ZIndex</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>ZIndex</em>' attribute. * @see #getZIndex() * @generated */ void setZIndex(BigInteger value); } // PageThumbnailType