-
當(dāng)前位置:首頁(yè) > 創(chuàng)意學(xué)院 > 技術(shù) > 專題列表 > 正文
- 如何用C#代碼控制word文檔目錄的自動(dòng)生成
- 微信公眾號(hào)上的文章如何生成二維碼?
- 時(shí)髦青年閱讀碼怎么用
- c++文章生成器 根據(jù)用戶的啟動(dòng)詞,根據(jù)語(yǔ)料庫(kù)中統(tǒng)計(jì)出的詞語(yǔ)前后綴關(guān)系,自動(dòng)生成一篇文章。
文章生成器代碼怎么用(文章生成器代碼怎么用的)
大家好!今天讓創(chuàng)意嶺的小編來(lái)大家介紹下關(guān)于文章生成器代碼怎么用的問題,以下是小編對(duì)此問題的歸納整理,讓我們一起來(lái)看看吧。
開始之前先推薦一個(gè)非常厲害的Ai人工智能工具,一鍵生成原創(chuàng)文章、方案、文案、工作計(jì)劃、工作報(bào)告、論文、代碼、作文、做題和對(duì)話答疑等等
只需要輸入關(guān)鍵詞,就能返回你想要的內(nèi)容,越精準(zhǔn),寫出的就越詳細(xì),有微信小程序端、在線網(wǎng)頁(yè)版、PC客戶端
官網(wǎng):https://ai.de1919.com。
本文目錄:
如何用C#代碼控制word文檔目錄的自動(dòng)生成
實(shí)現(xiàn)代碼如下:public class BiultReportForm
{
/// <SUMMARY></SUMMARY>
/// word 應(yīng)用對(duì)象
///
private Microsoft.Office.Interop.Word.Application _wordApplication;
/// <SUMMARY></SUMMARY>
/// word 文件對(duì)象
///
private Microsoft.Office.Interop.Word.Document _wordDocument;
/// <SUMMARY></SUMMARY>
/// 創(chuàng)建文檔
///
public void CreateAWord()
{
//實(shí)例化word應(yīng)用對(duì)象
this._wordApplication = new Microsoft.Office.Interop.Word.ApplicationClass();
Object myNothing = System.Reflection.Missing.Value;
this._wordDocument = this._wordApplication.Documents.Add(ref myNothing, ref myNothing, ref myNothing, ref myNothing);
}
/// <SUMMARY></SUMMARY>
/// 添加頁(yè)眉
///
/// <PARAM name="pPageHeader" />
public void SetPageHeader(string pPageHeader)
{
//添加頁(yè)眉
this._wordApplication.ActiveWindow.View.Type =Microsoft .Office .Interop .Word.WdViewType.wdOutlineView;
this._wordApplication.ActiveWindow.View.SeekView = Microsoft.Office.Interop.Word.WdSeekView.wdSeekPrimaryHeader;
this._wordApplication.ActiveWindow.ActivePane.Selection.InsertAfter(pPageHeader);
//設(shè)置中間對(duì)齊
this._wordApplication.Selection.ParagraphFormat.Alignment =Microsoft .Office .Interop.Word.WdParagraphAlignment.wdAlignParagraphCenter;
//跳出頁(yè)眉設(shè)置
this._wordApplication.ActiveWindow.View.SeekView = Microsoft.Office.Interop.Word.WdSeekView.wdSeekMainDocument;
}
/// <SUMMARY></SUMMARY>
/// 插入文字
///
/// <PARAM name="pText" />文本信息
/// <PARAM name="pFontSize" />字體打小
/// <PARAM name="pFontColor" />字體顏色
/// <PARAM name="pFontBold" />字體粗體
/// <PARAM name="ptextAlignment" />方向
public void InsertText(string pText, int pFontSize, Microsoft.Office.Interop.Word.WdColor pFontColor, int pFontBold, Microsoft.Office.Interop.Word.WdParagraphAlignment ptextAlignment)
{
//設(shè)置字體樣式以及方向
this._wordApplication.Application.Selection.Font.Size = pFontSize;
this._wordApplication.Application.Selection.Font.Bold = pFontBold;
this._wordApplication.Application.Selection.Font.Color= pFontColor;
this._wordApplication.Application.Selection.ParagraphFormat.Alignment = ptextAlignment;
this._wordApplication.Application.Selection.TypeText(pText);
}
/// <SUMMARY></SUMMARY>
/// 換行
///
public void NewLine()
{
//換行
this._wordApplication.Application.Selection.TypeParagraph();
}
/// <SUMMARY></SUMMARY>
/// 插入一個(gè)圖片
///
/// <PARAM name="pPictureFileName" />
public void InsertPicture(string pPictureFileName)
{
object myNothing = System.Reflection.Missing.Value;
//圖片居中顯示
this._wordApplication.Selection.ParagraphFormat.Alignment = Microsoft.Office.Interop.Word.WdParagraphAlignment.wdAlignParagraphCenter;
this._wordApplication.Application.Selection.InlineShapes.AddPicture(pPictureFileName, ref myNothing, ref myNothing, ref myNothing);
微信公眾號(hào)上的文章如何生成二維碼?
工具/原料:微信公眾號(hào)
具體操作方法如下:
1、打開微信公眾號(hào)文章編輯界面,輸入你的引導(dǎo)語(yǔ),插入二維碼圖片,編輯好圖片和文字的格式。
2、選中所有內(nèi)容,點(diǎn)擊“添加圖文模版”的圖標(biāo)打開。
3、在打開的界面左上角輸入一個(gè)模版名稱,如“引導(dǎo)語(yǔ)——含二維碼”,點(diǎn)擊“保存”就好了。
4、保存之后,點(diǎn)擊“插入圖文模版”即可。
5、在打開的界面中,點(diǎn)擊“管理模板”打開。
6、在打開的界面中,就可以選擇圖文模板了。
時(shí)髦青年閱讀碼怎么用
1、掃描文章中的二維碼或者打開閱讀碼生成器網(wǎng)站。2、將文章復(fù)制粘貼到閱讀碼生成器中。
3、選擇合適的閱讀碼樣式,生成閱讀碼。
4、掃描生成的閱讀碼或者將其保存到手機(jī)相冊(cè)中。
5、使用閱讀碼閱讀文章。
c++文章生成器 根據(jù)用戶的啟動(dòng)詞,根據(jù)語(yǔ)料庫(kù)中統(tǒng)計(jì)出的詞語(yǔ)前后綴關(guān)系,自動(dòng)生成一篇文章。
可以用兩種方法做,一個(gè)是把數(shù)據(jù)讀入到數(shù)組,然后根據(jù)起動(dòng)詞,遍歷前后關(guān)系,組成文章,一個(gè)是用鏈表做,遍歷插入。int main()
{
char *stra="如何把一句話分解成單詞存放到字符串?dāng)?shù)組中?";
int len=strlen(stra);
char strb[len/2][2];
printf("%d",len);
for(int i=0;i<len;i+=2)
{
strb[i/2][0]=stra[i];
strb[i/2][1]=stra[i+1];
}
for(int i=0;i<len/2;i++)
{
printf("%c%c",strb[i][0],strb[i][1]);
}
return 0;
}
把一句話拆成漢字追問
那大佬,兩種方法,第一種把數(shù)據(jù)從文件導(dǎo)入到數(shù)組,文件中的都是漢字,是不是要考慮占兩個(gè)字節(jié)?
追答肯定的啊,c只認(rèn)單字節(jié)啊
以上就是關(guān)于文章生成器代碼怎么用相關(guān)問題的回答。希望能幫到你,如有更多相關(guān)問題,您也可以聯(lián)系我們的客服進(jìn)行咨詢,客服也會(huì)為您講解更多精彩的知識(shí)和內(nèi)容。
推薦閱讀:
隨機(jī)文章生成器Python實(shí)現(xiàn)