说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 宪法文本
1)  constitutional text
宪法文本
1.
The constitutional text analysis refers to that in order to acquire the meaning of constitution,the words,sentences and paragraphs in the constitutional text,as an object and whole,can be analyzed using different methods.
宪法文本分析是指以宪法文本为对象,将宪法文本作为整体,利用多种方法分析宪法中的字、词、句,以获知宪法含义。
2)  constitution text
宪法文本
1.
Minority regional autonomous system by constitution text is a fundamental political system of our country;it sustains,consolidates and adjusts the relationsbetween central government and autonomy regions,and autonomy regions and non-autonomy regions.
宪法文本上的民族区域自治是国家的一项基本政治制度,它维持、巩固和调整着我国国家与自治民族的关系,自治民族与非自治民族的关系,它既是维护和保障民族权利的基本制度,也是监督国家或国家机关履行职责,妥善处理民族问题的基本制度。
2.
The development of citizen basic right is moving forward circuitously in unceasingly the constitution text vicissitude,in the period although it has the suspension even back up,but the citizen basic right development progresses is eventually irresistible.
公民基本权利的发展是在不断地宪法文本变迁中迂回前行,期间虽有暂停甚至是倒退,但公民基本权利的发展进步终究是不可阻挡的。
3)  the text of constitution
宪法文本
1.
According to the meaning of "law" and three classifications by Bosna and traditionally having different commotations and references to the word "law" in the text of constitution by broad sense and b ynarrow sense.
现行宪法文本中共出现了 79处“法律”一词 ,依据波斯纳对“法律”一词含义的三分法和我国传统上对“法律”一词的广、狭义分类法 ,宪法文本中的“法律”一词有着不同的含义及所指。
4)  constitution version
宪法文本
1.
Constitution version should consistent constitutionalism,Actually some constitution versions are not accord with constitutionalism,so some countries have a constitution but no constitutional government.
宪法文本是一定宪法价值的载体和外在体现,宪政逻辑是反映宪政价值的理论体系。
2.
In this thesis , the author stand for that should explain the value basis ,basic principle and concrete rule of public interest from the visual angle of constitution version , in ord.
公共利益价值的合理认定首先应回归到宪法文本 ,从文本的角度提供解释公共利益的价值基础、基本原则与具体规则 ,使公共利益的实现获得宪法基础 ,避免对公共利益理解上的随意性与主观
5)  constitutional text analysis
宪法文本分析
1.
The constitutional text analysis refers to that in order to acquire the meaning of constitution,the words,sentences and paragraphs in the constitutional text,as an object and whole,can be analyzed using different methods.
宪法文本分析是指以宪法文本为对象,将宪法文本作为整体,利用多种方法分析宪法中的字、词、句,以获知宪法含义。
6)  Japan's Constitution
日本宪法
补充资料:AutoCAD中导入超文本实现方法
一、引言
  AutoCAD是应用广泛的CAD软件平台,具有很强的绘图和编辑功能。其绘制的图样能清楚地表达设计者的思想和意图,图样中往往需要加注必要的文字来说明图形所无法表达的信息。除了AutoCAD内含的文本输入命令外,向AutoCAD中输入多行文本即超文本的方法还有:通过Windows提供的剪贴板,利用AutoCAD提供的多行文本命令;利用OLE特性。
  二、用单行文本命令组合实现
  在AutoCAD图样中输入少量文字可以用DText命令实现,如工程图样中的图名、明细表、标题栏、技术要求等的填写。在需要输入多行文本时,可以通过单行文本的组合来实现。即输入一行文本后,再借助复制命令(Copy)和文本编辑(DDEdit或MTEdit)、属性编辑(DDModify)、对象特性工具(Properties)、移动(Move)等命令进行多行文本的输入。但此种方法在换行时的定位及行列对齐都比较困难。且标注结束后,每行文本都是一个单独的实体。所以用其标注多行文本时,其实输入和编辑的功能远远不如下面的几种方法方便。
  三、通过剪贴板来实现
  剪贴板是Windows提供的功能,帮助应用程序间进行数据通讯。虽然利用剪贴板所传递的数据是静态的,即应用程序中对数据的修改不会在目标程序中体现出来,但操作方便、快捷、简单。以Word为例,Word提供了剪切(Cut)、复制(Copy)和粘贴(Paste)三个命令来操作剪贴板。其具体实现方法如下:打开AutoCAD和Word软件,在Word中选中要插入的内容,单击下拉式菜单“编辑”中的“复制”命令。激活AutoCAD,打开下拉式菜单“Edit”中的“Paste”选项,这样Word文档就以AutoCAD绘图区左上角为插入点被插入,此种方法插入的文档位置和字体的大小都会与原AutoCAD图样大小和比例不一致,需进行处理。
  四、用AutoCAD的多行文本命令来导入
  AutoCAD系统提供了多行文本输入命令MText,可以一次标注多行文本,且各行文本都按照指定宽度对齐排列,并成为一个完整统一的实体,其内容可以在多行文本编辑器中直接输入,也可从外部文档导入。
  1.在文本编辑器中直接输入
  在AutoCAD的下拉式菜单“Draw”中选中“Text”,再单击“Multiline Text…”选项,在Command提示区提示用户确定所标注文本的宽度、高度和字体排列方式,系统根据输入信息,确定文本框大小,并弹出一个专门用于文字编辑的文本编辑器,即弹出“Multiline Text Editor”对话框,在选定字型、字高、文本宽度等前提条件后,可直接在“Multiline Text Editor”对话框中进行多行标注文本的输入、编辑、修改等工作。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条